PHP Class PHPSA\Compiler\Expression\Operators\Comparison\Smaller

Inheritance: extends PHPSA\Compiler\Expression\Operators\Comparison\AbstractOperator
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Public Methods

Method Description
compare ( $left, $right ) : boolean {expr} < {expr}

Method Details

compare() public method

{expr} < {expr}
public compare ( $left, $right ) : boolean
$left
$right
return boolean

Property Details

$name protected property

protected $name