fkooman\OAuth\Client\Guzzle3Client::__construct PHP Метод

__construct() публичный Метод

public __construct ( Guzzle\Http\Client $client = null )
$client Guzzle\Http\Client
    public function __construct(Client $client = null)
    {
        if (null === $client) {
            $client = new Client();
        }
        $this->client = $client;
        $this->headers = array();
        $this->postParameters = array();
    }