PHP Class PHPSA\Compiler\Expression\StaticCall

Inheritance: extends AbstractExpressionCompiler
Afficher le fichier Open project: ovr/phpsa

Protected Properties

Свойство Type Description
$name

Méthodes protégées

Méthode Description
compile ( PhpParser\Node\Expr\StaticCall $expr, Context $context ) : CompiledExpression {expr}::{expr}();

Method Details

compile() protected méthode

{expr}::{expr}();
protected compile ( PhpParser\Node\Expr\StaticCall $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\StaticCall
$context PHPSA\Context
Résultat PHPSA\CompiledExpression

Property Details

$name protected_oe property

protected $name