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

Public Member Functions

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

Protected Attributes

bool $root = true
 
bool $clear = true
 
- ‪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

The main node created for TypoScript from site sets and configPath/sites/{constants,setup}.typoscript.

: Internal tree structure.

Definition at line 26 of file SiteTemplateInclude.php.

Member Function Documentation

◆ isClear()

TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\SiteTemplateInclude::isClear ( )

◆ isRoot()

TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\SiteTemplateInclude::isRoot ( )

Member Data Documentation

◆ $clear

bool TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\SiteTemplateInclude::$clear = true
protected

Definition at line 29 of file SiteTemplateInclude.php.

◆ $root

bool TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\SiteTemplateInclude::$root = true
protected

Definition at line 28 of file SiteTemplateInclude.php.