PHP Class Bluz\Validator\Rule\Positive

Inheritance: extends AbstractRule
Afficher le fichier Open project: bluzphp/framework Class Usage Examples

Protected Properties

Свойство Type Description
$template error template

Méthodes publiques

Méthode Description
validate ( string $input ) : boolean Check for positive number

Method Details

validate() public méthode

Check for positive number
public validate ( string $input ) : boolean
$input string
Résultat boolean

Property Details

$template protected_oe property

error template
protected $template