You are here

public function SubscriptionPersistenceInterface::setSubscription in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

SubscriptionPersistenceInterface

Namespace

Zend\Feed\PubSubHubbub\Model

Code

public function setSubscription(array $data);