PHP Class PHPSA\Compiler\Expression\ArrayDimFetch

Inheritance: extends AbstractExpressionCompiler
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\ArrayDimFetch $expr, Context $context ) : CompiledExpression $array[1], $array[$var], $array["string"]

Method Details

compile() protected method

$array[1], $array[$var], $array["string"]
protected compile ( PhpParser\Node\Expr\ArrayDimFetch $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\ArrayDimFetch
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name