Class Zend_Service_Delicious_SimplePost

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

Located in /Service/Delicious/SimplePost.php (line 30)


	
			
Direct descendents
Class Description
 class Zend_Service_Delicious_Post Zend_Service_Delicious is a concrete implementation of the del.icio.us web service
Variable Summary
 string $_notes
 array $_tags
 string $_title
 string $_url
Method Summary
 Zend_Service_Delicio __construct (array $post)
 string getNotes ()
 array getTags ()
 string getTitle ()
 string getUrl ()
Variables
string $_notes (line 43)
  • var: Post notes
  • access: protected
array $_tags = array() (line 47)
  • var: Post tags
  • access: protected
string $_title (line 39)
  • var: Post title
  • access: protected
string $_url (line 35)
  • var: Post url
  • access: protected
Methods
Constructor __construct (line 55)

Constructor

  • access: public
Zend_Service_Delicio __construct (array $post)
  • array $post: Post data

Redefined in descendants as:
getNotes (line 94)

Getter for notes

  • access: public
string getNotes ()
getTags (line 103)

Getter for tags

  • access: public
array getTags ()
getTitle (line 85)

Getter for title

  • access: public
string getTitle ()
getUrl (line 76)

Getter for URL

  • access: public
string getUrl ()

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