‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\Tokenizer\Line\CommentLine Class Reference
Inheritance diagram for TYPO3\CMS\Core\TypoScript\Tokenizer\Line\CommentLine:
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 commented TypoScript line: Lines that start with "#", "//" and multiline comments "/* ... *\/"

Note multiline comments often represent multiple source lines: An opening "/*" as first source line, then the comment body with one or more source lines, then finally the closing "*\/". These still create only one "CommentLine".

: Internal tokenizer structure.

Definition at line 29 of file CommentLine.php.