Class Zend_Service_Simpy_Watchlist

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Service/Simpy/Watchlist.php (line 35)


	
			
Variable Summary
Method Summary
 Zend_Service_Simpy_Watchlist __construct (DOMNode $node)
 string getAddDate ()
 string getDescription ()
 int getId ()
 string getName ()
 int getNewLinks ()
 array getUsers ()
Variables
string $_addDate (line 63)

Timestamp for when the watchlist was added

  • access: protected
string $_description (line 56)

Description of the watchlist

  • access: protected

List of filters included in the watchlist

  • access: protected
int $_id (line 42)

Identifier for the watchlist

  • access: protected
string $_name (line 49)

Name of the watchlist

  • access: protected
int $_newLinks (line 70)

Number of new links in the watchlist

  • access: protected
array $_users (line 77)

List of usernames for users included in the watchlist

  • access: protected
Methods
Constructor __construct (line 93)

Constructor to initialize the object with data

  • access: public
Zend_Service_Simpy_Watchlist __construct (DOMNode $node)
  • DOMNode $node: Individual <watchlist> node from a parsed response from a GetWatchlists or GetWatchlist operation
getAddDate (line 153)

Returns a timestamp for when the watchlist was added

  • access: public
string getAddDate ()
getDescription (line 143)

Returns the description of the watchlist

  • access: public
string getDescription ()
getFilters (line 183)

Returns a list of filters included in the watchlist

  • access: public
getId (line 123)

Returns the identifier for the watchlist

  • access: public
int getId ()
getName (line 133)

Returns the name of the watchlist

  • access: public
string getName ()
getNewLinks (line 163)

Returns the number of new links in the watchlist

  • access: public
int getNewLinks ()
getUsers (line 173)

Returns a list of usernames for users included in the watchlist

  • access: public
array getUsers ()

Documentation generated on Thu, 18 Jan 2007 10:01:24 -0800 by phpDocumentor 1.3.1