You are here

public function Client::resetAuth in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/fabpot/goutte/Goutte/Client.php \Goutte\Client::resetAuth()

File

vendor/fabpot/goutte/Goutte/Client.php, line 72

Class

Client
Client.

Namespace

Goutte

Code

public function resetAuth() {
  $this->auth = null;
  return $this;
}