1 | <?php |
||
14 | class InArrayViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Look at the php docs for in_array |
||
19 | * |
||
20 | * @param array $array |
||
21 | * @param string $value |
||
22 | * @param string $key |
||
23 | * @param int $negate |
||
24 | */ |
||
25 | public function render($array, $value, $key, $negate = 0) |
||
32 | } |
||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.