‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\Tokenizer\Line\EmptyLine Class Reference
Inheritance diagram for TYPO3\CMS\Core\TypoScript\Tokenizer\Line\EmptyLine:
TYPO3\CMS\Core\TypoScript\Tokenizer\Line\AbstractLine TYPO3\CMS\Core\TypoScript\Tokenizer\Line\LineInterface

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\Tokenizer\Line\AbstractLine
 setTokenStream (TokenStreamInterface $tokenStream)
 
 getTokenStream ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\TypoScript\Tokenizer\Line\AbstractLine
TokenStreamInterface $tokenStream
 

Detailed Description

A completely empty line, or a line consisting of tabs or whitespaces only.

This is not created when the TypoScript source line is within multiline "(" assignments and multiline "/*" comments: The T_BLANK and T_NEWLINE tokens are part of the value steram in these contexts.

Note the LossyTokenizers does not create these and just skips them since they have no semantic meaning for the resulting TypoScript tree.

: Internal tokenizer structure.

Definition at line 32 of file EmptyLine.php.