PHP Class PHPSA\Compiler\Expression\PropertyFetch

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

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\PropertyFetch $expr, Context $context ) : CompiledExpression classname->property

Method Details

compile() protected method

classname->property
protected compile ( PhpParser\Node\Expr\PropertyFetch $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\PropertyFetch
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name