PHP Class PHPCfg\Op\Expr\ArrayDimFetch

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

Méthodes publiques

Свойство Type Description
$dim
$var

Méthodes publiques

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

Method Details

__construct() public méthode

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

getVariableNames() public méthode

public getVariableNames ( )

Property Details

$dim public_oe property

public $dim

$var public_oe property

public $var