1 | <?php |
||
24 | class OptionsHandlerExtension extends Extension implements EventListenerInterface |
||
25 | { |
||
26 | |||
27 | /** |
||
28 | * Events supported by this extension. |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | public function implementedEvents() |
||
38 | |||
39 | /** |
||
40 | * Cors process before dispatch. |
||
41 | * |
||
42 | * @param Event $Event An Event instance |
||
43 | * @return Result|void |
||
44 | */ |
||
45 | public function onDispatch(Event $Event) |
||
66 | } |
||
67 |