PHP Class PHPSA\Compiler\Expression\FunctionCall

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

Protected Properties

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

Méthodes protégées

Méthode Description
checkArguments ( array $arguments, $functionReflection )
compile ( PhpParser\Node\Expr\FuncCall $expr, Context $context ) : CompiledExpression
parseArgs ( PhpParser\Node\Expr\FuncCall $expr, Context $context ) : CompiledExpression[]

Method Details

checkArguments() protected méthode

protected checkArguments ( array $arguments, $functionReflection )
$arguments array

compile() protected méthode

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

parseArgs() protected méthode

protected parseArgs ( PhpParser\Node\Expr\FuncCall $expr, Context $context ) : CompiledExpression[]
$expr PhpParser\Node\Expr\FuncCall
$context PHPSA\Context
Résultat PHPSA\CompiledExpression[]

Property Details

$name protected_oe property

protected $name