You are here

public function Subscriber::subscribeAll in Zircon Profile 8.0

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

Subscribe to 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 543

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function subscribeAll() {
  $this
    ->_doRequest('subscribe');
}