You are here

public static function PubSubHubbub::clearHttpClient in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

PubSubHubbub

Namespace

Zend\Feed\PubSubHubbub

Code

public static function clearHttpClient() {
  static::$httpClient = null;
}