PHP Class PHPCfg\Op\Expr\ArrayDimFetch

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

Public Properties

Property Type Description
$dim
$var

Public Methods

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

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$dim public_oe property

public $dim

$var public_oe property

public $var