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