class OperationsMiddleware (View source)

Middleware which wraps the response in an OperationResponse object.

Methods

__construct(callable $nextHandler, OperationsClient $client, array $descriptor)

No description

__invoke(Call $call, array $options)

No description

Details

__construct(callable $nextHandler, OperationsClient $client, array $descriptor)

Parameters

callable $nextHandler
OperationsClient $client
array $descriptor

__invoke(Call $call, array $options)

Parameters

Call $call
array $options