| 1 | <?php |
||
| 8 | class Generic extends Structured |
||
| 9 | { |
||
| 10 | const TEMPLATE_TYPE = 'generic'; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param Element[] $elements |
||
| 14 | * |
||
| 15 | * @throws \InvalidArgumentException |
||
| 16 | */ |
||
| 17 | 7 | public function __construct(array $elements) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @return Element[] |
||
| 31 | */ |
||
| 32 | 1 | public function getElements() |
|
| 36 | } |
||
| 37 |