PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
vendor
/
twig
/
twig
/
lib
/
Twig
<?php /* * This file is part of Twig. * * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Twig_NodeVisitorInterface is the interface the all node visitor classes must implement. * * @author Fabien Potencier <fabien@symfony.com> */ interface Twig_NodeVisitorInterface { /** * Called before child nodes are visited. * * @return Twig_NodeInterface The modified node */ public function enterNode(Twig_NodeInterface $node, Twig_Environment $env); /** * Called after child nodes are visited. * * @return Twig_NodeInterface|false The modified node or false if the node must be removed */ public function leaveNode(Twig_NodeInterface $node, Twig_Environment $env); /** * Returns the priority for this visitor. * * Priority should be between -10 and 10 (0 is the default). * * @return int The priority level */ public function getPriority(); }
[+]
..
[-] ContainerRuntimeLoader.php
[edit]
[+]
Filter
[-] TokenParserBroker.php
[edit]
[+]
NodeVisitor
[-] Test.php
[edit]
[-] NodeCaptureInterface.php
[edit]
[-] LoaderInterface.php
[edit]
[+]
Function
[-] RuntimeLoaderInterface.php
[edit]
[-] FunctionInterface.php
[edit]
[-] NodeOutputInterface.php
[edit]
[-] ExpressionParser.php
[edit]
[-] TokenParserBrokerInterface.php
[edit]
[-] SimpleFunction.php
[edit]
[+]
Util
[-] FilterCallableInterface.php
[edit]
[-] NodeTraverser.php
[edit]
[+]
Sandbox
[-] LexerInterface.php
[edit]
[-] TestCallableInterface.php
[edit]
[-] Parser.php
[edit]
[-] Markup.php
[edit]
[+]
Error
[-] FactoryRuntimeLoader.php
[edit]
[-] FilterInterface.php
[edit]
[-] TemplateWrapper.php
[edit]
[-] Template.php
[edit]
[-] CompilerInterface.php
[edit]
[-] TokenParser.php
[edit]
[+]
Profiler
[-] NodeInterface.php
[edit]
[-] SimpleFilter.php
[edit]
[-] FileExtensionEscapingStrategy.php
[edit]
[-] ExistsLoaderInterface.php
[edit]
[-] Autoloader.php
[edit]
[-] TokenStream.php
[edit]
[-] FunctionCallableInterface.php
[edit]
[-] Environment.php
[edit]
[+]
Test
[-] Lexer.php
[edit]
[+]
Extension
[-] SourceContextLoaderInterface.php
[edit]
[-] ParserInterface.php
[edit]
[-] Source.php
[edit]
[-] Extension.php
[edit]
[-] TemplateInterface.php
[edit]
[-] Function.php
[edit]
[+]
Cache
[-] CacheInterface.php
[edit]
[-] Node.php
[edit]
[-] SimpleTest.php
[edit]
[-] NodeVisitorInterface.php
[edit]
[-] Compiler.php
[edit]
[-] TestInterface.php
[edit]
[-] Error.php
[edit]
[-] Token.php
[edit]
[-] ExtensionInterface.php
[edit]
[-] BaseNodeVisitor.php
[edit]
[+]
TokenParser
[+]
Loader
[+]
Node
[-] Filter.php
[edit]
[-] TokenParserInterface.php
[edit]