public function SubscriptionPersistenceInterface::setSubscription in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php \Zend\Feed\PubSubHubbub\Model\SubscriptionPersistenceInterface::setSubscription()
Save subscription to RDMBS
Parameters
array $data The key must be stored here as a $data['id'] entry:
Return value
bool
1 method overrides SubscriptionPersistenceInterface::setSubscription()
- Subscription::setSubscription in vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Model/ Subscription.php - Save subscription to RDMBS
File
- vendor/
zendframework/ zend-feed/ src/ PubSubHubbub/ Model/ SubscriptionPersistenceInterface.php, line 20
Class
Namespace
Zend\Feed\PubSubHubbub\ModelCode
public function setSubscription(array $data);