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

Inheritance: extends PHPSA\Compiler\Expression\Operators\Comparison\AbstractOperator
Afficher le fichier Open project: ovr/phpsa

Protected Properties

Свойство Type Description
$name

Méthodes publiques

Méthode Description
compare ( $left, $right ) : boolean {expr} < {expr}

Method Details

compare() public méthode

{expr} < {expr}
public compare ( $left, $right ) : boolean
$left
$right
Résultat boolean

Property Details

$name protected_oe property

protected $name