public function Client::reload in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/browser-kit/Client.php \Symfony\Component\BrowserKit\Client::reload()
Reloads the current browser.
Return value
File
- vendor/
symfony/ browser-kit/ Client.php, line 433
Class
- Client
- Client simulates a browser.
Namespace
Symfony\Component\BrowserKitCode
public function reload() {
return $this
->requestFromRequest($this->history
->current(), false);
}