1 | <?php |
||
9 | class ConfigurationSet extends Set implements ConfigurationInterface |
||
10 | { |
||
11 | /** |
||
12 | * @inheritDoc |
||
13 | */ |
||
14 | 2 | public function apply(Injector $injector) |
|
23 | |||
24 | /** |
||
25 | * @inheritDoc |
||
26 | * |
||
27 | * @throws ConfigurationException |
||
28 | * If $classes does not implement the correct interface. |
||
29 | */ |
||
30 | 3 | protected function assertValid(array $classes) |
|
40 | } |
||
41 |