| 1 | <?php |
||
| 17 | class Hooks |
||
| 18 | { |
||
| 19 | /* |
||
| 20 | * Events |
||
| 21 | */ |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Add the _Patron_ engine for ".patron" templates. |
||
| 25 | * |
||
| 26 | * @param EngineCollection\AlterEvent $event |
||
| 27 | * @param EngineCollection $target |
||
| 28 | */ |
||
| 29 | static public function on_alter_engine_collection(EngineCollection\AlterEvent $event, EngineCollection $target) |
||
| 33 | |||
| 34 | /* |
||
| 35 | * Markups |
||
| 36 | */ |
||
| 37 | |||
| 38 | static public function markup_render(array $args, $engine, $template) |
||
| 58 | } |
||
| 59 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.