You are here

protected property AbstractCallback::$storage in Zircon Profile 8.0

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

An instance of Zend\Feed\Pubsubhubbub\Model\SubscriptionPersistenceInterface used to background save any verification tokens associated with a subscription or other.

Type: Model\SubscriptionPersistenceInterface

File

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

Class

AbstractCallback

Namespace

Zend\Feed\PubSubHubbub

Code

protected $storage = null;