You are here

public function MockHandler::getLastOptions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php \GuzzleHttp\Handler\MockHandler::getLastOptions()

Get the last received request options.

Return value

RequestInterface

File

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

Class

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

Namespace

GuzzleHttp\Handler

Code

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