1 | <?php |
||
17 | class TypoScriptFrontend |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * Call the end of rendering hook |
||
22 | * |
||
23 | * @hook TYPO3_CONF_VARS|SC_OPTIONS|tslib/class.tslib_fe.php|hook_eofe |
||
24 | * |
||
25 | * @param array $params |
||
26 | * @param TypoScriptFrontendController $obj |
||
27 | */ |
||
28 | public function endOfRendering(array $params, TypoScriptFrontendController $obj) |
||
40 | } |
||
41 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.