Total Complexity | 8 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
3 | class Nip_Form_Element_File extends Nip_Form_Element_Input_Abstract |
||
4 | { |
||
5 | protected $_value = null; |
||
6 | |||
7 | public function init() |
||
12 | } |
||
13 | |||
14 | public function getValue($requester = 'abstract') |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return array|false|mixed |
||
25 | */ |
||
26 | protected function generateValueFromRequest() |
||
46 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.