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. | |
![]() | |
__construct (Zend_Db_Table_Abstract $tableGateway=null) | |
Constructor. | |
Additional Inherited Members | |
![]() | |
$_db = null | |
deleteSubscription | ( | $key | ) |
Delete a subscription.
string | $key |
Implements Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface.
getSubscription | ( | $key | ) |
Get subscription by ID/key.
string | $key |
Implements Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface.
hasSubscription | ( | $key | ) |
Determine if a subscription matching the key exists.
string | $key |
Implements Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface.
setSubscription | ( | array | $data | ) |
Save subscription to RDMBS.
array | $data |
Implements Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface.