PHP Class Bluz\Validator\Rule\Numeric

Inheritance: extends AbstractRule
Show file Open project: bluzphp/framework Class Usage Examples

Protected Properties

Property Type Description
$template error template

Public Methods

Method Description
validate ( mixed $input ) : boolean Check for numeric

Method Details

validate() public method

Check for numeric
public validate ( mixed $input ) : boolean
$input mixed
return boolean

Property Details

$template protected property

error template
protected $template