Interface implemented by token parser brokers.
Token parser brokers allows to implement custom logic in the process of resolving a token parser for a given tag name.
@author Arnaud Le Blanc <arnaud.lb@gmail.com>
Expanded class hierarchy of Twig_TokenParserBrokerInterface
All classes that implement Twig_TokenParserBrokerInterface
since 1.12 (to be removed in 2.0)
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_TokenParserBrokerInterface:: |
public | function | Gets the Twig_ParserInterface. | 1 |
Twig_TokenParserBrokerInterface:: |
public | function | Gets a TokenParser suitable for a tag. | 1 |
Twig_TokenParserBrokerInterface:: |
public | function | Calls Twig_TokenParserInterface::setParser on all parsers the implementation knows of. | 1 |