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

Additional Inherited Members

- ‪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)
 
 isRoot ()
 
 setClear (bool $clear)
 
 isClear ()
 
 setPid (int $pid)
 
 getPid ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\IncludeTree\IncludeNode\AbstractInclude
 serialize ()
 
- ‪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
 

Detailed Description

When a source stream is split into children because the LineStream contains conditions or imports, this node represents TypoScript that is not within condition or import context, the "baz = bazValue" part in the example below:

[foo=bar] ... [END] baz = bazValue

: Internal tree structure.

Definition at line 32 of file SegmentInclude.php.