public function Client::getRequest in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/http-kernel/Client.php \Symfony\Component\HttpKernel\Client::getRequest()
- 8.0 vendor/symfony/browser-kit/Client.php \Symfony\Component\BrowserKit\Client::getRequest()
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Client.php \Symfony\Component\HttpKernel\Client::getRequest()
Return value
Request|null A Request instance
Overrides Client::getRequest
File
- vendor/
symfony/ http-kernel/ Client.php, line 55
Class
- Client
- Client simulates a browser and makes requests to a Kernel object.
Namespace
Symfony\Component\HttpKernelCode
public function getRequest() {
return parent::getRequest();
}