public function Subscriber::unsubscribeAll in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Zend\Feed\PubSubHubbubCode
public function unsubscribeAll() {
$this
->_doRequest('unsubscribe');
}