‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\RootInclude Class Reference
Inheritance diagram for TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\RootInclude:
TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\AbstractInclude TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\IncludeInterface

Public Member Functions

 setName (string $name)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\AbstractInclude
 __serialize ()
 
 getType ()
 
 setIdentifier (string $identifier)
 
 getIdentifier ()
 
 getName ()
 
 setPath (string $path)
 
 getPath ()
 
 addChild (IncludeInterface $node)
 
 hasChildren ()
 
 getNextChild ()
 
 isSysTemplateRecord ()
 
 setLineStream (?LineStream $lineStream)
 
 getLineStream ()
 
 setOriginalLine (LineInterface $line)
 
 getOriginalLine ()
 
 setSplit ()
 
 isSplit ()
 
 setRoot (bool $root)
 
 isRoot ()
 
 setClear (bool $clear)
 
 isClear ()
 
 setPid (int $pid)
 
 getPid ()
 

Protected Attributes

string $name = 'ROOT'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\AbstractInclude
string $name = ''
 
string $path = ''
 
array $children = []
 
LineStream $lineStream = null
 
LineInterface $originalTokenLine = null
 
bool $isSplit = false
 
bool $root = false
 
bool $clear = false
 
int $pid = null
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\AbstractInclude
 serialize ()
 

Detailed Description

Root of the IncludeTree. Does not contain LineStreams itself, only children do.

: Internal tree structure.

Definition at line 26 of file RootInclude.php.

Member Function Documentation

◆ setName()

TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\RootInclude::setName ( string  $name)

A human-readable version of the identifier: Used in backend tree rendering.

Reimplemented from TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\AbstractInclude.

Definition at line 30 of file RootInclude.php.

Member Data Documentation

◆ $name

string TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\RootInclude::$name = 'ROOT'
protected

Definition at line 28 of file RootInclude.php.