You are here

public static function PuSHSubscriptionInterface::load in Feeds 7.2

Same name and namespace in other branches
  1. 6 libraries/PuSHSubscriber.inc \PuSHSubscriptionInterface::load()
  2. 7 libraries/PuSHSubscriber.inc \PuSHSubscriptionInterface::load()

Load a subscription.

Return value

A PuSHSubscriptionInterface object if a subscription exist, NULL otherwise.

1 method overrides PuSHSubscriptionInterface::load()
PuSHSubscription::load in plugins/FeedsHTTPFetcher.inc
Load a subscription.

File

libraries/PuSHSubscriber.inc, line 366
Pubsubhubbub subscriber library.

Class

PuSHSubscriptionInterface
Implement to provide a storage backend for subscriptions.

Code

public static function load($domain, $subscriber_id);