ソースを参照

A getter setter

bastien 13 年 前
コミット
36d801e867
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 10 0
      src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php

+ 10 - 0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php ファイルの表示

@@ -99,4 +99,14 @@ class UsersTagsFavorites
99 99
       return $this->tags_favorites;
100 100
   }
101 101
   
102
+
103
+    /**
104
+     * Get id
105
+     *
106
+     * @return integer 
107
+     */
108
+    public function getId()
109
+    {
110
+        return $this->id;
111
+    }
102 112
 }