You are here

public function MockHandler::getLastOptions in Lockr 7.3

Get the last received request options.

Return value

array

File

vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php, line 163

Class

MockHandler
Handler that returns responses or throw exceptions from a queue.

Namespace

GuzzleHttp\Handler

Code

public function getLastOptions() {
  return $this->lastOptions;
}