1 | <?php |
||
14 | class TwigExtensionSet extends Set implements ConfigurationInterface |
||
15 | { |
||
16 | public function apply(Injector $injector) |
||
20 | |||
21 | public function prepareExtension( |
||
38 | |||
39 | /** |
||
40 | * @inheritDoc |
||
41 | * |
||
42 | * @throws ExtensionException |
||
43 | * If $classes does not implement the correct interface. |
||
44 | */ |
||
45 | 1 | protected function assertValid(array $classes) |
|
55 | } |
||
56 |