|
Jobbuddy
|
Fonctions membres publiques | |
| getTokenParsers () | |
| getNodeVisitors () | |
| getFilters () | |
| getTests () | |
| getFunctions () | |
| getOperators () | |
| getExpressionParsers () | |
| getLastModified () | |
| getFilters | ( | ) |
Returns a list of filters to add to the existing list.
Implémente ExtensionInterface.
Réimplémentée dans AttributeExtension, CoreExtension, EscaperExtension, et StagingExtension.
| getFunctions | ( | ) |
Returns a list of functions to add to the existing list.
Implémente ExtensionInterface.
Réimplémentée dans AttributeExtension, CoreExtension, DebugExtension, StagingExtension, et StringLoaderExtension.
| getLastModified | ( | ) |
Returns the last modification time of the extension for cache invalidation.
This timestamp should be the last time the source code of the extension class and all its dependencies were modified (including the Runtime class).
Implémente LastModifiedExtensionInterface.
Réimplémentée dans AttributeExtension, et EscaperExtension.
| getNodeVisitors | ( | ) |
Returns the node visitor instances to add to the existing list.
Implémente ExtensionInterface.
Réimplémentée dans 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émente ExtensionInterface.
| getTests | ( | ) |
Returns a list of tests to add to the existing list.
Implémente ExtensionInterface.
Réimplémentée dans AttributeExtension, CoreExtension, et StagingExtension.
| getTokenParsers | ( | ) |
Returns the token parser instances to add to the existing list.
Implémente ExtensionInterface.
Réimplémentée dans CoreExtension, EscaperExtension, SandboxExtension, et StagingExtension.