‪TYPO3CMS  ‪main
TYPO3\CMS\Core\TypoScript\Tokenizer\Token\Token Class Reference
Inheritance diagram for TYPO3\CMS\Core\TypoScript\Tokenizer\Token\Token:
TYPO3\CMS\Core\TypoScript\Tokenizer\Token\AbstractToken TYPO3\CMS\Core\TypoScript\Tokenizer\Token\TokenInterface

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\TypoScript\Tokenizer\Token\AbstractToken
 __construct (private readonly TokenType $type, protected readonly string $value, int $line=0, int $column=0)
 
 __toString ()
 
 __serialize ()
 
 getType ()
 
 getValue ()
 
 getLine ()
 
 getColumn ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\TypoScript\Tokenizer\Token\AbstractToken
int $line = 0
 
int $column = 0
 

Detailed Description

A casual token created from TypoScript source: When having a TypoScript line like "# a comment", then a LineComment is created having a token "T_COMMENT_ONELINE_HASH" and value "# a comment" as assigned TokenStream. See TokenType for on overview on which TokenTypes can exist.

: Internal tokenizer structure.

Definition at line 29 of file Token.php.