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

Inheritance: extends PHPSA\Compiler\Expression\Operators\Comparison\AbstractOperator
Exibir arquivo 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_oe property

protected $name