PHP Class PHPSA\Compiler\Expression\PrintOp

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

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\Print_ $expr, Context $context ) : CompiledExpression print({expr})

Method Details

compile() protected method

print({expr})
protected compile ( PhpParser\Node\Expr\Print_ $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\Print_
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name