class ListOpen extends Token (View source)

Methods

__construct(string $value)

Constructor.

from  Token
bool
is(string $value)

Determine if the token is the given value.

from  Token
bool
isNot(string $value)

Determine if the token is not the given value.

from  Token
string
__toString()

Get the token's value.

from  Token

Details

__construct(string $value)

Constructor.

Parameters

string $value

bool is(string $value)

Determine if the token is the given value.

Parameters

string $value

Return Value

bool

bool isNot(string $value)

Determine if the token is not the given value.

Parameters

string $value

Return Value

bool

string __toString()

Get the token's value.

Return Value

string