IncludeTreeNodeFinderVisitor implements IncludeTreeVisitorInterface

FinalYes

Find a single node in tree identified by node identifier.

This visitor is used in ext:tstemplate TypoScript modules and ext:backend page TSconfig backend modules to find single nodes, for instance when their source should be rendered.

Internal

This is a specific Backend implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Interfaces

IncludeTreeVisitorInterface
A visitor that can be attached to IncludeTreeTraverser's.

Methods

getFoundNode()  : IncludeInterface|null
setNodeIdentifier()  : mixed
visit()  : void
Main visit method called for each node.
visitBeforeChildren()  : void
Gets called by the traversers *before* children are traversed. Useful for instance for the IncludeTreeConditionMatcherVisitor to evaluate a condition verdict *before* children are traversed (or not).

Methods

setNodeIdentifier()

public setNodeIdentifier(string $nodeIdentifier) : mixed
Parameters
$nodeIdentifier : string

visitBeforeChildren()

Gets called by the traversers *before* children are traversed. Useful for instance for the IncludeTreeConditionMatcherVisitor to evaluate a condition verdict *before* children are traversed (or not).

public visitBeforeChildren(IncludeInterface $include, int $currentDepth) : void
Parameters
$include : IncludeInterface
$currentDepth : int

        
On this page

Search results