Selaa lähdekoodia

A getter setter

bastien 13 vuotta sitten
vanhempi
commit
36d801e867
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php

+ 10 - 0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php Näytä tiedosto

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