public static function PubSubHubbub::clearHttpClient 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::clearHttpClient()
Simple mechanism to delete the entire singleton HTTP Client instance which forces a new instantiation for subsequent requests.
Return value
void
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ PubSubHubbub.php, line 102
Class
Namespace
Zend\Feed\PubSubHubbubCode
public static function clearHttpClient() {
static::$httpClient = null;
}