PHP Class PHPSA\Compiler\Statement\IfSt

Inheritance: extends AbstractCompiler
Mostrar archivo Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Public Methods

Method Description
compile ( PhpParser\Node\Stmt\If_ $ifStatement, Context $context ) : CompiledExpression

Method Details

compile() public method

public compile ( PhpParser\Node\Stmt\If_ $ifStatement, Context $context ) : CompiledExpression
$ifStatement PhpParser\Node\Stmt\If_
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected_oe property

protected $name