|
Jobbuddy
|
Fonctions membres publiques | |
| __construct (string $name, $callable=null, array $options=[]) | |
| getType () | |
| getParserCallable () | |
| getSafe (Node $functionArgs) | |
| Fonctions membres publiques hérités de AbstractTwigCallable | |
| __toString () | |
| getName () | |
| getDynamicName () | |
| getCallable () | |
| getNodeClass () | |
| needsCharset () | |
| needsEnvironment () | |
| needsContext () | |
| withDynamicArguments (string $name, string $dynamicName, array $arguments) | |
| setArguments (array $arguments) | |
| getArguments () | |
| isVariadic () | |
| isDeprecated () | |
| triggerDeprecation (?string $file=null, ?int $line=null) | |
| getDeprecatingPackage () | |
| getDeprecatedVersion () | |
| getAlternative () | |
| getMinimalNumberOfRequiredArguments () | |
Membres hérités additionnels | |
| Attributs protégés hérités de AbstractTwigCallable | |
| $options | |
Represents a template function.
| __construct | ( | string | $name, |
| $callable = null, | |||
| array | $options = [] ) |
| callable|array{class-string,string}|null | $callable A callable implementing the function. If null, you need to overwrite the "node_class" option to customize compilation. |
Réimplémentée à partir de AbstractTwigCallable.
| getType | ( | ) |
Implémente TwigCallableInterface.