Ver código fonte

A getter setter

bastien 13 anos atrás
pai
commit
36d801e867
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php

+ 10 - 0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php Ver arquivo

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