class TokenCollection extends ArrayList

Methods

Token|null
get(int $index)

Retrieves a token at the given index

Details

at line 25
Token|null get(int $index)

Retrieves a token at the given index

Parameters

int $index the given index

Return Value

Token|null