1 | <?php |
||
10 | class ConfigurationSet extends Set implements ConfigurationInterface |
||
11 | { |
||
12 | use StructureWithDataAlias; |
||
13 | |||
14 | /** |
||
15 | * @inheritDoc |
||
16 | */ |
||
17 | 3 | public function apply(Injector $injector) |
|
26 | |||
27 | /** |
||
28 | * @inheritDoc |
||
29 | * |
||
30 | * @throws ConfigurationException If any class is not of the expected type |
||
31 | */ |
||
32 | 9 | protected function assertValid(array $classes) |
|
42 | } |
||
43 |