public function Client::getResponse in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-kernel/Client.php \Symfony\Component\HttpKernel\Client::getResponse()
- 8 vendor/symfony/browser-kit/Client.php \Symfony\Component\BrowserKit\Client::getResponse()
Same name and namespace in other branches
- 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\HttpKernelCode
public function getResponse() {
return parent::getResponse();
}