aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/TagsEntries.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/TagsEntries.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/TagsEntries.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/TagsEntries.php b/src/Wallabag/CoreBundle/Entity/TagsEntries.php
index ad01cf57..6b0cea0d 100644
--- a/src/Wallabag/CoreBundle/Entity/TagsEntries.php
+++ b/src/Wallabag/CoreBundle/Entity/TagsEntries.php
@@ -35,12 +35,10 @@ class TagsEntries
35 */ 35 */
36 private $tagId; 36 private $tagId;
37 37
38
39
40 /** 38 /**
41 * Get id 39 * Get id
42 * 40 *
43 * @return integer 41 * @return integer
44 */ 42 */
45 public function getId() 43 public function getId()
46 { 44 {
@@ -50,7 +48,7 @@ class TagsEntries
50 /** 48 /**
51 * Set entryId 49 * Set entryId
52 * 50 *
53 * @param integer $entryId 51 * @param integer $entryId
54 * @return TagsEntries 52 * @return TagsEntries
55 */ 53 */
56 public function setEntryId($entryId) 54 public function setEntryId($entryId)
@@ -63,7 +61,7 @@ class TagsEntries
63 /** 61 /**
64 * Get entryId 62 * Get entryId
65 * 63 *
66 * @return integer 64 * @return integer
67 */ 65 */
68 public function getEntryId() 66 public function getEntryId()
69 { 67 {
@@ -73,7 +71,7 @@ class TagsEntries
73 /** 71 /**
74 * Set tagId 72 * Set tagId
75 * 73 *
76 * @param integer $tagId 74 * @param integer $tagId
77 * @return TagsEntries 75 * @return TagsEntries
78 */ 76 */
79 public function setTagId($tagId) 77 public function setTagId($tagId)
@@ -86,7 +84,7 @@ class TagsEntries
86 /** 84 /**
87 * Get tagId 85 * Get tagId
88 * 86 *
89 * @return integer 87 * @return integer
90 */ 88 */
91 public function getTagId() 89 public function getTagId()
92 { 90 {