public function AbstractCallback::getSubscriberCount in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php \Zend\Feed\PubSubHubbub\AbstractCallback::getSubscriberCount()
Gets the number of Subscribers for which any updates are on behalf of. In other words, is this class serving one or more subscribers? How many?
Return value
int
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ AbstractCallback.php, line 190
Class
Namespace
Zend\Feed\PubSubHubbubCode
public function getSubscriberCount() {
return $this->subscriberCount;
}