1 | <?php |
||
13 | class RouterHeaderPlugin extends AbstractPlugin |
||
14 | { |
||
15 | /** |
||
16 | * Invoked directly after the router decides which handler will be used. |
||
17 | * @param AbstractHandler $handler The handler selected by the router. |
||
18 | */ |
||
19 | 1 | public function afterHandlerSelected(AbstractHandler $handler) |
|
24 | } |
||
25 |
If you suppress an error, we recommend checking for the error condition explicitly: