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