You are here

public static function PubSubHubbub::setHttpClient in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php \Zend\Feed\PubSubHubbub\PubSubHubbub::setHttpClient()

Allows the external environment to make ZendOAuth use a specific Client instance.

Parameters

Http\Client $httpClient:

Return value

void

File

vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php, line 74

Class

PubSubHubbub

Namespace

Zend\Feed\PubSubHubbub

Code

public static function setHttpClient(Http\Client $httpClient) {
  static::$httpClient = $httpClient;
}