소스 검색

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
 }