Class Zend_Service_Simpy_Watchlist

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

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


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

Timestamp for when the watchlist was added

  • access: protected
string $_description (line 59)

Description of the watchlist

  • access: protected

List of filters included in the watchlist

  • access: protected
int $_id (line 45)

Identifier for the watchlist

  • access: protected
string $_name (line 52)

Name of the watchlist

  • access: protected
int $_newLinks (line 73)

Number of new links in the watchlist

  • access: protected
array $_users (line 80)

List of usernames for users included in the watchlist

  • access: protected
Methods
Constructor __construct (line 97)

Constructor to initialize the object with data

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

Returns a timestamp for when the watchlist was added

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

Returns the description of the watchlist

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

Returns a list of filters included in the watchlist

  • access: public
getId (line 127)

Returns the identifier for the watchlist

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

Returns the name of the watchlist

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

Returns the number of new links in the watchlist

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

Returns a list of usernames for users included in the watchlist

  • access: public
array getUsers ()

Documentation generated on Sun, 27 May 2007 23:28:33 -0700 by phpDocumentor 1.3.2