You are here

protected property Publisher::$hubUrls in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php \Zend\Feed\PubSubHubbub\Publisher::hubUrls

An array of URLs for all Hub Servers used by the Publisher, and to which all topic update notifications will be sent.

Type: array

File

vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php, line 25

Class

Publisher

Namespace

Zend\Feed\PubSubHubbub

Code

protected $hubUrls = [];