PHP Class PHPSA\Compiler\Expression\ArrayOp

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

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\Array_ $expr, Context $context ) : CompiledExpression [] array()

Method Details

compile() protected method

[] array()
protected compile ( PhpParser\Node\Expr\Array_ $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\Array_
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name