| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | class Input extends \O2System\Kernel\Http\Input |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Input::filter |
||
| 28 | * |
||
| 29 | * @param int $type |
||
| 30 | * @param null $offset |
||
|
|
|||
| 31 | * @param int $filter |
||
| 32 | * |
||
| 33 | * @return mixed|\O2System\Spl\DataStructures\SplArrayObject|string |
||
| 34 | */ |
||
| 35 | protected function filter($type, $offset = null, $filter = FILTER_DEFAULT) |
||
| 48 | } |
||
| 49 | } |