PHP Class PHPCfg\Op\Expr\AssignRef

Inheritance: extends PHPCfg\Op\Expr
Show file Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$expr
$var

Protected Properties

Property Type Description
$writeVariables

Public Methods

Method Description
__construct ( Operand $var, Operand $expr, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $var, Operand $expr, array $attributes = [] )
$var PHPCfg\Operand
$expr PHPCfg\Operand
$attributes array

getVariableNames() public method

public getVariableNames ( )

Property Details

$expr public property

public $expr

$var public property

public $var

$writeVariables protected property

protected $writeVariables