| 1 | <?php declare(strict_types=1); |
||
| 7 | final class Elements implements ElementsInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @return string[] |
||
| 11 | */ |
||
| 12 | 1 | public function getClassTypeList(): array |
|
| 16 | |||
| 17 | /** |
||
| 18 | * @return string[] |
||
| 19 | */ |
||
| 20 | 15 | public function getAll(): array |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @return mixed[] |
||
| 27 | */ |
||
| 28 | 9 | public function getEmptyList(): array |
|
| 37 | } |
||
| 38 |