You are here

public function Client::getHistory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/browser-kit/Client.php \Symfony\Component\BrowserKit\Client::getHistory()

Returns the History instance.

Return value

History A History instance

File

vendor/symfony/browser-kit/Client.php, line 140

Class

Client
Client simulates a browser.

Namespace

Symfony\Component\BrowserKit

Code

public function getHistory() {
  return $this->history;
}