PHP Class Bluz\Validator\Rule\AbstractCompareRule

Inheritance: extends AbstractRule
Show file Open project: bluzphp/framework

Protected Properties

Property Type Description
$inclusive compare inclusive or not

Protected Methods

Method Description
less ( mixed $what, mixed $than ) : boolean Check $what less $than or not

Method Details

less() protected method

Check $what less $than or not
protected less ( mixed $what, mixed $than ) : boolean
$what mixed
$than mixed
return boolean

Property Details

$inclusive protected property

compare inclusive or not
protected $inclusive