1 | <?php |
||
9 | class ConfigurationSet extends Set implements ConfigurationInterface |
||
10 | { |
||
11 | /** |
||
12 | * @inheritDoc |
||
13 | * |
||
14 | * @throws ConfigurationException If any class is not of the expected type |
||
15 | */ |
||
16 | 4 | public function validate(array $classes) |
|
26 | |||
27 | /** |
||
28 | * @inheritDoc |
||
29 | */ |
||
30 | 3 | public function apply(Injector $injector) |
|
39 | } |
||
40 |