PHP 클래스 Zfplanet_Model_SubscriptionTable, ZFPlanet

상속: extends Doctrine_Table, implements Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
파일 보기 프로젝트 열기: padraic/ZFPlanet

공개 메소드들

메소드 설명
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

메소드 상세

deleteSubscription() 공개 메소드

Delete a subscription
public deleteSubscription ( string $key ) : boolean
$key string
리턴 boolean

getSubscription() 공개 메소드

Get subscription by ID/key
public getSubscription ( string $key ) : array
$key string
리턴 array

hasSubscription() 공개 메소드

Determine if a subscription matching the key exists
public hasSubscription ( string $key ) : boolean
$key string
리턴 boolean

setSubscription() 공개 메소드

Save subscription to RDMBS
public setSubscription ( array $data ) : boolean
$data array
리턴 boolean