Zend Framework
1.12
|
Public Member Functions | |
setSubscription (array $data) | |
Save subscription to RDMBS. | |
getSubscription ($key) | |
Get subscription by ID/key. | |
hasSubscription ($key) | |
Determine if a subscription matching the key exists. | |
deleteSubscription ($key) | |
Delete a subscription. | |
deleteSubscription | ( | $key | ) |
Delete a subscription.
string | $key |
Implemented in Zend_Feed_Pubsubhubbub_Model_Subscription.
getSubscription | ( | $key | ) |
Get subscription by ID/key.
string | $key |
Implemented in Zend_Feed_Pubsubhubbub_Model_Subscription.
hasSubscription | ( | $key | ) |
Determine if a subscription matching the key exists.
string | $key |
Implemented in Zend_Feed_Pubsubhubbub_Model_Subscription.
setSubscription | ( | array | $data | ) |
Save subscription to RDMBS.
array | $data | The key must be stored here as a $data['id'] entry |
Implemented in Zend_Feed_Pubsubhubbub_Model_Subscription.