| 1 | <?php |
||
| 15 | class CustomNamespaceSubscriber implements EventSubscriberInterface |
||
| 16 | { |
||
| 17 | protected $customNamespaces = array(); |
||
| 18 | |||
| 19 | 25 | public function __construct(array $customNamespaces) |
|
| 23 | |||
| 24 | 25 | public static function getSubscribedEvents() |
|
| 31 | |||
| 32 | 24 | public function addCustomNamespace(TemplateEvent $event) |
|
| 40 | |||
| 41 | 24 | public function removeCustomNamespaces(SourceEvent $event) |
|
| 49 | } |
||
| 50 |