You are here

public function Client::getResponse in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/http-kernel/Client.php \Symfony\Component\HttpKernel\Client::getResponse()
  2. 8 vendor/symfony/browser-kit/Client.php \Symfony\Component\BrowserKit\Client::getResponse()
Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Client.php \Symfony\Component\HttpKernel\Client::getResponse()

Return value

Response|null A Response instance

Overrides Client::getResponse

File

vendor/symfony/http-kernel/Client.php, line 65

Class

Client
Client simulates a browser and makes requests to a Kernel object.

Namespace

Symfony\Component\HttpKernel

Code

public function getResponse() {
  return parent::getResponse();
}