You are here

public function Subscriber::unsubscribeAll in Zircon Profile 8

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

Unsubscribe from one or more Hub Servers using the stored Hub URLs for the given Topic URL (RSS or Atom feed)

Return value

void

File

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

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function unsubscribeAll() {
  $this
    ->_doRequest('unsubscribe');
}