aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Config.php
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-01-31 19:09:34 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-01-31 19:12:49 +0100
commit7df80cb32ca9b7d0fe452320ddc3563a1e373e2f (patch)
treec07eb79213d471aa33c49ef4e5819e41cc12f242 /src/Wallabag/CoreBundle/Entity/Config.php
parent1990517b2263a080946853ed697a6d687262ae80 (diff)
downloadwallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.tar.gz
wallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.tar.zst
wallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Config.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Config.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php
index d60b2df0..045ca308 100644
--- a/src/Wallabag/CoreBundle/Entity/Config.php
+++ b/src/Wallabag/CoreBundle/Entity/Config.php
@@ -35,12 +35,10 @@ class Config
35 */ 35 */
36 private $value; 36 private $value;
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 Config
50 /** 48 /**
51 * Set name 49 * Set name
52 * 50 *
53 * @param string $name 51 * @param string $name
54 * @return Config 52 * @return Config
55 */ 53 */
56 public function setName($name) 54 public function setName($name)
@@ -63,7 +61,7 @@ class Config
63 /** 61 /**
64 * Get name 62 * Get name
65 * 63 *
66 * @return string 64 * @return string
67 */ 65 */
68 public function getName() 66 public function getName()
69 { 67 {
@@ -73,7 +71,7 @@ class Config
73 /** 71 /**
74 * Set value 72 * Set value
75 * 73 *
76 * @param string $value 74 * @param string $value
77 * @return Config 75 * @return Config
78 */ 76 */
79 public function setValue($value) 77 public function setValue($value)
@@ -86,7 +84,7 @@ class Config
86 /** 84 /**
87 * Get value 85 * Get value
88 * 86 *
89 * @return string 87 * @return string
90 */ 88 */
91 public function getValue() 89 public function getValue()
92 { 90 {