IdentifierUnsetLine extends AbstractLine

FinalYes

A line using the unset (">") operator: "foo.bar >".

Has $identifierTokenStream for the stream of tokens on the left side ("foo" and "bar" tokens).

Tags
internal:

Internal tokenizer structure.

Table of Contents

Properties

$tokenStream  : TokenStreamInterface

Methods

getIdentifierTokenStream()  : IdentifierTokenStream
getTokenStream()  : TokenStreamInterface
setIdentifierTokenStream()  : static
setTokenStream()  : static
Set and get the token stream that represents the full line. This is mostly used in backend to for instance create a TypoScript string back from tokenized lines.

Properties

Methods

setTokenStream()

Set and get the token stream that represents the full line. This is mostly used in backend to for instance create a TypoScript string back from tokenized lines.

public setTokenStream(TokenStreamInterface $tokenStream) : static

Note: Only the LosslessTokenizer fills this 'full line' stream, LossyTokenizer does not for performance reasons.

Parameters
$tokenStream : TokenStreamInterface
Return values
static

        
On this page

Search results