You are here

protected property AbstractCallback::$subscriberCount in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php \Zend\Feed\PubSubHubbub\AbstractCallback::subscriberCount

The number of Subscribers for which any updates are on behalf of.

Type: int

File

vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php, line 41

Class

AbstractCallback

Namespace

Zend\Feed\PubSubHubbub

Code

protected $subscriberCount = 1;