PHP Class Bluz\Validator\Rule\StringInput

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 ( mixed $input ) : boolean Check input data

Method Details

validate() public méthode

Check input data
public validate ( mixed $input ) : boolean
$input mixed
Résultat boolean

Property Details

$template protected_oe property

error template
protected $template