ContinuationResponse
class ContinuationResponse extends Response (View source)
Traits
Methods
array
data()
Get the data tokens.
Details
abstract array
tokens()
Get the response tokens.
array
tokensAfter(int $index)
Get the response tokens after the given index.
__construct(array $tokens)
Constructor.
array
toArray()
Get the instance as an array.
string
__toString()
Get a JSON representation of the response tokens.
array
data()
Get the data tokens.