@@ -110,6 +110,10 @@ |
||
| 110 | 110 | /** @Column(type = "string") */ |
| 111 | 111 | private $value; |
| 112 | 112 | |
| 113 | + /** |
|
| 114 | + * @param string $name |
|
| 115 | + * @param string $value |
|
| 116 | + */ |
|
| 113 | 117 | public function __construct($name, $value) |
| 114 | 118 | { |
| 115 | 119 | $this->name = $name; |