AstConstantCommentVisitor implements AstVisitorInterface
FinalYes
Gather comments suitable for constant editor.
This is a specific Backend implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Interfaces
- AstVisitorInterface
- An interface implemented by all visitors of AstTraverser.
Methods
- getCategories() : array<string|int, mixed>
- getConstants() : array<string|int, mixed>
- setCurrentTemplateFlatConstants() : mixed
- visit() : void
- visitAfterChildren() : void
- visitBeforeChildren() : void
Methods
getCategories()
public
getCategories() : array<string|int, mixed>
Return values
array<string|int, mixed>getConstants()
public
getConstants() : array<string|int, mixed>
Return values
array<string|int, mixed>setCurrentTemplateFlatConstants()
public
setCurrentTemplateFlatConstants(array<string|int, mixed> $currentTemplateFlatConstants) : mixed
Parameters
- $currentTemplateFlatConstants : array<string|int, mixed>
visit()
public
visit(RootNode $rootNode, NodeInterface $node, CurrentObjectPath $currentObjectPath, int $currentDepth) : void
Parameters
- $rootNode : RootNode
- $node : NodeInterface
- $currentObjectPath : CurrentObjectPath
- $currentDepth : int
visitAfterChildren()
public
visitAfterChildren(RootNode $rootNode, NodeInterface $node, CurrentObjectPath $currentObjectPath, int $currentDepth) : void
Parameters
- $rootNode : RootNode
- $node : NodeInterface
- $currentObjectPath : CurrentObjectPath
- $currentDepth : int
visitBeforeChildren()
public
visitBeforeChildren(RootNode $rootNode, NodeInterface $node, CurrentObjectPath $currentObjectPath, int $currentDepth) : void
Parameters
- $rootNode : RootNode
- $node : NodeInterface
- $currentObjectPath : CurrentObjectPath
- $currentDepth : int