seregazhuk\PinterestBot\Api\Request::getHttpClient PHP Méthode

getHttpClient() public méthode

public getHttpClient ( ) : seregazhuk\PinterestBot\Api\Contracts\HttpClient
Résultat seregazhuk\PinterestBot\Api\Contracts\HttpClient
    public function getHttpClient()
    {
        return $this->httpClient;
    }

Usage Example

 /**
  * Returns HttpClient object for setting user-agent string or
  * other CURL available options.
  *
  * @return HttpClient
  */
 public function getHttpClient()
 {
     return $this->request->getHttpClient();
 }