| 1 | <?php |
||
| 11 | class AnyValidator extends AbstractFormatValidator |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Validate that the input is a valid any. |
||
| 15 | * This doesn't do any checks and always returns true. |
||
| 16 | * |
||
| 17 | * @access protected |
||
| 18 | * |
||
| 19 | * @return boolean Whether the input is valid. |
||
| 20 | */ |
||
| 21 | 1 | protected function formatDefault() |
|
| 25 | } |
||
| 26 |