‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\AST\Node\ChildNode Class Reference
Inheritance diagram for TYPO3\CMS\Core\TypoScript\AST\Node\ChildNode:
TYPO3\CMS\Core\TypoScript\AST\Node\AbstractChildNode TYPO3\CMS\Core\TypoScript\AST\Node\AbstractNode TYPO3\CMS\Core\TypoScript\AST\Node\ChildNodeInterface TYPO3\CMS\Core\TypoScript\AST\Node\NodeInterface TYPO3\CMS\Core\TypoScript\AST\Node\NodeInterface

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\AST\Node\AbstractChildNode
 __construct (protected string $name)
 
 __clone ()
 
 getName ()
 
 toArray ()
 
 flatten (string $prefix='')
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\AST\Node\AbstractNode
 __serialize ()
 
 setIdentifier (string $identifier)
 
 updateName (string $name)
 
 getIdentifier ()
 
 addChild (ChildNodeInterface $node)
 
 getChildByName (string $name)
 
 removeChildByName (string $name)
 
 hasChildren ()
 
 getNextChild ()
 
 sortChildren ()
 
 setValue (?string $value)
 
 appendValue (string $value)
 
 getValue ()
 
 isValueNull ()
 
 setPreviousValue (?string $value)
 
 getPreviousValue ()
 
 setOriginalValueTokenStream (?TokenStreamInterface $tokenStream)
 
 getOriginalValueTokenStream ()
 
 addComment (TokenStreamInterface $tokenStream)
 
TokenStreamInterface[] getComments ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\AST\Node\AbstractNode
 serialize ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\TypoScript\AST\Node\AbstractNode
string $name
 
array $children = []
 

Detailed Description

A generic child node that is not the node root.

Definition at line 23 of file ChildNode.php.