PHP Class PHPCfg\Op\Expr\BinaryOp

Inheritance: extends PHPCfg\Op\Expr
Afficher le fichier Open project: ircmaxell/php-cfg

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( Operand $left, Operand $right, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public méthode

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

getVariableNames() public méthode

public getVariableNames ( )

Property Details

$left public_oe property

public $left

$right public_oe property

public $right