1 | <?php |
||
10 | trait ParserRuntimeOnly |
||
11 | { |
||
12 | /** |
||
13 | * @return null |
||
14 | */ |
||
15 | public function render() |
||
19 | |||
20 | /** |
||
21 | * @param string $argumentsName |
||
22 | * @param string $closureName |
||
23 | * @param string $initializationPhpCode |
||
24 | * @param ViewHelperNode $node |
||
25 | * @param TemplateCompiler $compiler |
||
26 | * @return null |
||
27 | */ |
||
28 | public function compile($argumentsName, $closureName, &$initializationPhpCode, ViewHelperNode $node, TemplateCompiler $compiler) |
||
32 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.