You are here

public function SubscriptionPersistenceInterface::getSubscription 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::getSubscription()

Get subscription by ID/key

Parameters

string $key:

Return value

array

1 method overrides SubscriptionPersistenceInterface::getSubscription()
Subscription::getSubscription in vendor/zendframework/zend-feed/src/PubSubHubbub/Model/Subscription.php
Get subscription by ID/key

File

vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php, line 28

Class

SubscriptionPersistenceInterface

Namespace

Zend\Feed\PubSubHubbub\Model

Code

public function getSubscription($key);