PHP Class Zfplanet_Model_SubscriptionTable, ZFPlanet

Inheritance: extends Doctrine_Table, implements Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
Afficher le fichier Open project: padraic/ZFPlanet

Méthodes publiques

Méthode Description
deleteSubscription ( string $key ) : boolean Delete a subscription
getSubscription ( string $key ) : array Get subscription by ID/key
hasSubscription ( string $key ) : boolean Determine if a subscription matching the key exists
setSubscription ( array $data ) : boolean Save subscription to RDMBS

Method Details

deleteSubscription() public méthode

Delete a subscription
public deleteSubscription ( string $key ) : boolean
$key string
Résultat boolean

getSubscription() public méthode

Get subscription by ID/key
public getSubscription ( string $key ) : array
$key string
Résultat array

hasSubscription() public méthode

Determine if a subscription matching the key exists
public hasSubscription ( string $key ) : boolean
$key string
Résultat boolean

setSubscription() public méthode

Save subscription to RDMBS
public setSubscription ( array $data ) : boolean
$data array
Résultat boolean