You are here

public function SubscriptionPersistenceInterface::hasSubscription in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php \Zend\Feed\PubSubHubbub\Model\SubscriptionPersistenceInterface::hasSubscription()

Determine if a subscription matching the key exists

Parameters

string $key:

Return value

bool

1 method overrides SubscriptionPersistenceInterface::hasSubscription()
Subscription::hasSubscription in vendor/zendframework/zend-feed/src/PubSubHubbub/Model/Subscription.php
Determine if a subscription matching the key exists

File

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

Class

SubscriptionPersistenceInterface

Namespace

Zend\Feed\PubSubHubbub\Model

Code

public function hasSubscription($key);