public static function PuSHSubscriptionInterface::load in Feeds 6
Same name and namespace in other branches
- 7.2 libraries/PuSHSubscriber.inc \PuSHSubscriptionInterface::load()
- 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 358 - Pubsubhubbub subscriber library.
Class
- PuSHSubscriptionInterface
- Implement to provide a storage backend for subscriptions.
Code
public static function load($domain, $subscriber_id);