‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\AST\Visitor\AstVisitorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\TypoScript\AST\Visitor\AstVisitorInterface:
TYPO3\CMS\Core\TypoScript\AST\Visitor\AstConstantCommentVisitor TYPO3\CMS\Core\TypoScript\AST\Visitor\AstNodeFinderVisitor TYPO3\CMS\Core\TypoScript\AST\Visitor\AstSortChildrenVisitor

Public Member Functions

 visitBeforeChildren (RootNode $rootNode, NodeInterface $node, CurrentObjectPath $currentObjectPath, int $currentDepth)
 
 visit (RootNode $rootNode, NodeInterface $node, CurrentObjectPath $currentObjectPath, int $currentDepth)
 
 visitAfterChildren (RootNode $rootNode, NodeInterface $node, CurrentObjectPath $currentObjectPath, int $currentDepth)
 

Detailed Description

An interface implemented by all visitors of AstTraverser.

: Internal AST structure.

Definition at line 29 of file AstVisitorInterface.php.

Member Function Documentation

◆ visit()

TYPO3\CMS\Core\TypoScript\AST\Visitor\AstVisitorInterface::visit ( RootNode  $rootNode,
NodeInterface  $node,
CurrentObjectPath  $currentObjectPath,
int  $currentDepth 
)

◆ visitAfterChildren()

TYPO3\CMS\Core\TypoScript\AST\Visitor\AstVisitorInterface::visitAfterChildren ( RootNode  $rootNode,
NodeInterface  $node,
CurrentObjectPath  $currentObjectPath,
int  $currentDepth 
)

◆ visitBeforeChildren()

TYPO3\CMS\Core\TypoScript\AST\Visitor\AstVisitorInterface::visitBeforeChildren ( RootNode  $rootNode,
NodeInterface  $node,
CurrentObjectPath  $currentObjectPath,
int  $currentDepth 
)