ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
AbstractNodeVisitor.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Twig\NodeVisitor
;
4
5
class_exists(
'Twig_BaseNodeVisitor'
);
6
7
if
(\
false
) {
8
class
AbstractNodeVisitor
extends
\Twig_BaseNodeVisitor
9
{
10
}
11
}
php
An exception for terminatinating execution or to throw for unit testing.
Twig_BaseNodeVisitor
Twig_BaseNodeVisitor can be used to make node visitors compatible with Twig 1.x and 2....
Definition:
BaseNodeVisitor.php:18
Twig\NodeVisitor
Definition:
AbstractNodeVisitor.php:3
libs
composer
vendor
twig
twig
src
NodeVisitor
AbstractNodeVisitor.php
Generated on Sat Oct 4 2025 19:01:01 for ILIAS by
1.9.4 (using
Doxyfile
)