You are here

public function Subscriber::getAsyncHubs 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::getAsyncHubs()

Return an array of Hub Server URLs who returned a response indicating operation in Asynchronous Verification Mode, i.e. they will not confirm any (un)subscription immediately but at a later time (Hubs may be doing this as a batch process when load balancing)

Return value

array

File

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

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function getAsyncHubs() {
  return $this->asyncHubs;
}