API Documentation

Feed/Pubsubhubbub/Model/SubscriptionInterface.php

Interfaces
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
Interfaces
Zend_Feed_Pubsubhubbub_Model_SubscriptionInterface

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_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
The key must be stored here as a $data['id'] entry
Output
bool
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.