PHP Class Bluz\Validator\Rule\AbstractCompareRule

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

Protected Properties

Свойство Type Description
$inclusive compare inclusive or not

Méthodes protégées

Méthode Description
less ( mixed $what, mixed $than ) : boolean Check $what less $than or not

Method Details

less() protected méthode

Check $what less $than or not
protected less ( mixed $what, mixed $than ) : boolean
$what mixed
$than mixed
Résultat boolean

Property Details

$inclusive protected_oe property

compare inclusive or not
protected $inclusive