IdentifierCopyLine extends AbstractLine

FinalYes

A line using the copy operator: "foo.bar < lib.myLib".

Contains a stream of tokens for the left side ("foo" and "bar" tokens) and a stream of tokens for the right side ("lib" and "myLib"). None of these token streams can be empty, it's an InvalidLine otherwise.

Note the right side TokenStreamIdentifier can be relative: "foo.bar < .baz". Flag $relative in TokenStreamIdentifier represents this start dot on the right side.

None of the two streams can be empty.

Tags
internal:

Internal tokenizer structure.

Table of Contents

Properties

$tokenStream  : TokenStreamInterface

Methods

getIdentifierTokenStream()  : IdentifierTokenStream
getTokenStream()  : TokenStreamInterface
getValueTokenStream()  : IdentifierTokenStream
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.
setValueTokenStream()  : static

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