PHP Class Flow\Expression\BinaryExpression

Inheritance: extends Flow\Expression
Show file Open project: nramenta/flow

Protected Properties

Property Type Description
$left
$right

Public Methods

Method Description
__construct ( $left, $right, $line )
compile ( $compiler, $indent )

Method Details

__construct() public method

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

compile() public method

public compile ( $compiler, $indent )

Property Details

$left protected property

protected $left

$right protected property

protected $right