Browse Source

A getter setter

bastien 12 years ago
parent
commit
36d801e867
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php

+ 10 - 0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php View File

@@ -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
 }