API Documentation

Feed/Pubsubhubbub/Model/Subscription.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Pubsubhubbub
subpackage
Entity
Classes
Zend_Feed_Pubsubhubbub_Model_Subscription

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Feed_Pubsubhubbub_Model_Subscription

Extends from
Zend_Feed_Pubsubhubbub_Model_ModelAbstract
Implements
Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Pubsubhubbub
subpackage
Entity
Methods
setSubscription
getSubscription
hasSubscription
deleteSubscription

Description

Methods

deleteSubscription

deleteSubscription( string $key ) : bool

Delete a subscription

Arguments
$key
string
Output
bool
Details
visibility
public
final
false
static
false

getSubscription

getSubscription( string $key ) : array

Get subscription by ID/key

Arguments
$key
string
Output
array
Details
visibility
public
final
false
static
false

hasSubscription

hasSubscription( string $key ) : bool

Determine if a subscription matching the key exists

Arguments
$key
string
Output
bool
Details
visibility
public
final
false
static
false

setSubscription

setSubscription( array $data ) : bool

Save subscription to RDMBS

Arguments
$data
array
Output
bool
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.