PHP Class PHPSA\Compiler\Expression\MethodCall

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\MethodCall $expr, Context $context ) : CompiledExpression
parseArgs ( array $arguments, Context $context ) : CompiledExpression[]

Method Details

compile() protected méthode

protected compile ( PhpParser\Node\Expr\MethodCall $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\MethodCall
$context PHPSA\Context
Résultat PHPSA\CompiledExpression

parseArgs() protected méthode

protected parseArgs ( array $arguments, Context $context ) : CompiledExpression[]
$arguments array
$context PHPSA\Context
Résultat PHPSA\CompiledExpression[]

Property Details

$name protected_oe property

protected $name