public static function PubSubHubbub::setHttpClient in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Zend\Feed\PubSubHubbubCode
public static function setHttpClient(Http\Client $httpClient) {
static::$httpClient = $httpClient;
}