Data
abstract class Data implements Stringable (View source)
Traits
Methods
array
tokens()
Get the tokens.
__construct(array $tokens)
Constructor.
bool
contains(array|string $needles)
Determine if the data contains a specific value.
array
values()
Get all the token's values.
Details
array
tokens()
Get the tokens.
array
tokensAfter(int $index)
Get the response tokens after the given index.
__construct(array $tokens)
Constructor.
bool
contains(array|string $needles)
Determine if the data contains a specific value.
array
values()
Get all the token's values.