|
Jobbuddy
|
Fonctions membres publiques | |
| getTokenParsers () | |
| getNodeVisitors () | |
| getFilters () | |
| getTests () | |
| getFunctions () | |
| getOperators () | |
Interface implemented by extension classes.
@method array<ExpressionParserInterface> getExpressionParsers()
| getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Implémenté dans AbstractExtension, AttributeExtension, CoreExtension, EscaperExtension, et StagingExtension.
| getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Implémenté dans AbstractExtension, AttributeExtension, CoreExtension, DebugExtension, StagingExtension, et StringLoaderExtension.
| getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Implémenté dans AbstractExtension, CoreExtension, EscaperExtension, OptimizerExtension, ProfilerExtension, SandboxExtension, StagingExtension, et YieldNotReadyExtension.
| getOperators | ( | ) |
Returns a list of operators to add to the existing list.
@psalm-return array{ array<string, array{precedence: int, precedence_change?: PrecedenceChange, class: class-string<AbstractUnary>}>, array<string, array{precedence: int, precedence_change?: PrecedenceChange, class?: class-string<AbstractBinary>, associativity: ExpressionParser::OPERATOR_*}> }
Implémenté dans AbstractExtension.
| getTests | ( | ) |
Returns a list of tests to add to the existing list.
Implémenté dans AbstractExtension, AttributeExtension, CoreExtension, et StagingExtension.
| getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implémenté dans AbstractExtension, CoreExtension, EscaperExtension, SandboxExtension, et StagingExtension.