QuotedString
class QuotedString extends Token (View source)
Methods
string
__toString()
Get the token's value.
Details
in
Token at line 12
__construct(string $value)
Constructor.
in
Token at line 19
bool
is(string $value)
Determine if the token is the given value.
in
Token at line 27
bool
isNot(string $value)
Determine if the token is not the given value.
string
__toString()
Get the token's value.