PHP Class PHPSA\Compiler\Expression\ShellExec

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

Protected Properties

Property Type Description
$name

Protected Methods

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

Method Details

compile() protected method

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

Property Details

$name protected property

protected $name