Represents a token stream.
@package twig @author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of Twig_TokenStream
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_TokenStream:: |
protected | property | ||
Twig_TokenStream:: |
protected | property | ||
Twig_TokenStream:: |
protected | property | ||
Twig_TokenStream:: |
public | function | Tests a token and returns it or throws a syntax error. | |
Twig_TokenStream:: |
public | function | Gets the current token | |
Twig_TokenStream:: |
public | function | Gets the filename associated with this stream | |
Twig_TokenStream:: |
public | function | ||
Twig_TokenStream:: |
public | function | Checks if end of stream was reached | |
Twig_TokenStream:: |
public | function | Looks at the next token. | |
Twig_TokenStream:: |
public | function | Sets the pointer to the next token and returns the old one. | |
Twig_TokenStream:: |
public | function | Tests the current token | |
Twig_TokenStream:: |
public | function | Constructor. | |
Twig_TokenStream:: |
public | function | Returns a string representation of the token stream. |