PHP Interface Jyxo\Input\ValidatorInterface

Author: Jan Pěček
Author: Jaroslav Hanslík
Exibir arquivo Open project: jyxo/php Interface Usage Examples

Public Methods

Method Description
isValid ( mixed $value ) : boolean Validating method.

Method Details

isValid() public method

Validating method.
public isValid ( mixed $value ) : boolean
$value mixed Input variable
return boolean Returns true if validation passed, false otherwise.