PHP Class PHPCfg\Op\Expr\BinaryOp

Inheritance: extends PHPCfg\Op\Expr
Exibir arquivo Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$left
$right

Public Methods

Method Description
__construct ( Operand $left, Operand $right, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $left, Operand $right, array $attributes = [] )
$left PHPCfg\Operand
$right PHPCfg\Operand
$attributes array

getVariableNames() public method

public getVariableNames ( )

Property Details

$left public_oe property

public $left

$right public_oe property

public $right