PHP Class PHPSA\Compiler\Expression\Casts\ObjectCast

Inheritance: extends PHPSA\Compiler\Expression\AbstractExpressionCompiler
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\Cast\Object_ $expr, Context $context ) : CompiledExpression (object) {$expr}

Method Details

compile() protected method

(object) {$expr}
protected compile ( PhpParser\Node\Expr\Cast\Object_ $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\Cast\Object_
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name