API Documentation

Service/Simpy/Watchlist.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_Service
subpackage
Simpy
version
$Id: Watchlist.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Simpy_Watchlist

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_Service_Simpy_Watchlist

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_Service
subpackage
Simpy
Properties
$_id
$_name
$_description
$_addDate
$_newLinks
$_users
$_filters
Methods
__construct
getId
getName
getDescription
getAddDate
getNewLinks
getUsers
getFilters

Description

Properties

$_addDate

string $_addDate = ''

Timestamp for when the watchlist was added

Details

$_addDate
string
visibility
protected
default
final
false
static
false

$_description

string $_description = ''

Description of the watchlist

Details

$_description
string
visibility
protected
default
final
false
static
false

$_filters

Zend_Service_Simpy_WatchlistFilterSet $_filters = ''

List of filters included in the watchlist

Details

$_filters
Zend_Service_Simpy_WatchlistFilterSet
visibility
protected
default
final
false
static
false

$_id

int $_id = ''

Identifier for the watchlist

Details

$_id
int
visibility
protected
default
final
false
static
false

$_name

string $_name = ''

Name of the watchlist

Details

$_name
string
visibility
protected
default
final
false
static
false

$_newLinks

int $_newLinks = ''

Number of new links in the watchlist

Details

$_newLinks
int
visibility
protected
default
final
false
static
false

$_users

array $_users = ''

List of usernames for users included in the watchlist

Details

$_users
array
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( DOMNode $node ) : void

Constructor to initialize the object with data

Arguments
$node
DOMNode
Individual <watchlist> node from a parsed response from a GetWatchlists or GetWatchlist operation
Details
visibility
public
final
false
static
false

getAddDate

getAddDate( ) : string

Returns a timestamp for when the watchlist was added

Output
string
Details
visibility
public
final
false
static
false

getDescription

getDescription( ) : string

Returns the description of the watchlist

Output
string
Details
visibility
public
final
false
static
false

getFilters

getFilters( ) : Zend_Service_Simpy_WatchlistFilterSet

Returns a list of filters included in the watchlist

Details
visibility
public
final
false
static
false

getId

getId( ) : int

Returns the identifier for the watchlist

Output
int
Details
visibility
public
final
false
static
false

getName

getName( ) : string

Returns the name of the watchlist

Output
string
Details
visibility
public
final
false
static
false

getNewLinks

getNewLinks( ) : int

Returns the number of new links in the watchlist

Output
int
Details
visibility
public
final
false
static
false

getUsers

getUsers( ) : array

Returns a list of usernames for users included in the watchlist

Output
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.