| 1 | <?php |
||
| 12 | class Input extends ZfBaseInput |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Overridden to set the context to use the filtered value |
||
| 16 | * Eg - Dates will actually be DateTime instances |
||
| 17 | * |
||
| 18 | * |
||
| 19 | * @param mixed $context Extra "context" to provide the validator |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public function isValid($context = null) |
||
| 28 | } |
||
| 29 |