@@ -30,6 +30,9 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | private $setting; |
| 32 | 32 | |
| 33 | + /** |
|
| 34 | + * @param \ONGR\SettingsBundle\Document\Setting $setting |
|
| 35 | + */ |
|
| 33 | 36 | public function __construct($name, array $data = null, $setting = null) |
| 34 | 37 | { |
| 35 | 38 | $this->name = $name; |