public function Client::setClient in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/fabpot/goutte/Goutte/Client.php \Goutte\Client::setClient()
File
- vendor/
fabpot/ goutte/ Goutte/ Client.php, line 37
Class
- Client
- Client.
Namespace
GoutteCode
public function setClient(GuzzleClientInterface $client) {
$this->client = $client;
return $this;
}