PHP Class Flow\Expression\BinaryExpression

Inheritance: extends Flow\Expression
Afficher le fichier Open project: nramenta/flow

Protected Properties

Свойство Type Description
$left
$right

Méthodes publiques

Méthode Description
__construct ( $left, $right, $line )
compile ( $compiler, $indent )

Method Details

__construct() public méthode

public __construct ( $left, $right, $line )

compile() public méthode

public compile ( $compiler, $indent )

Property Details

$left protected_oe property

protected $left

$right protected_oe property

protected $right