@@ -5,6 +5,9 @@ |
||
| 5 | 5 | |
| 6 | 6 | class JsonField extends CompositeField |
| 7 | 7 | { |
| 8 | + /** |
|
| 9 | + * @param string $name |
|
| 10 | + */ |
|
| 8 | 11 | public function __construct($name, $children = null) |
| 9 | 12 | { |
| 10 | 13 | $this->setName($name); |