Class Tokenizer
This class is used to convert CSS strings into an array of CSS tokens
protected
|
|
protected
|
#
pushCharToString( string $char )
Either pushes the specified character to the current token if the current token is a string, or initializes and pushes a new token to the token array. |
protected
|
#
pushCharToIdentifier( string $char )
Either pushes the specified character to the current token if the current token is an identifier, or initializes and pushes a new token to the token array. |
protected
|
#
pushCharToExpression( string $char )
Either pushes the specified character to the current token if the current token is an expression, or initializes and pushes a new token to the token array. |
protected
|
|
protected
|
|
public
|
protected
|
$tokens
|
|
protected
|
$prevToken
|