You are here

public function Client::getRequest in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/symfony/http-kernel/Client.php \Symfony\Component\HttpKernel\Client::getRequest()
  2. 8.0 vendor/symfony/browser-kit/Client.php \Symfony\Component\BrowserKit\Client::getRequest()
Same name and namespace in other branches
  1. 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\HttpKernel

Code

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