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 /Zend/Service/Delicious/SimplePost.php (line 32)


	
			
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
 void __construct ( $post)
 string getNotes ()
 array getTags ()
 string getTitle ()
 string getUrl ()
Variables
string $_notes (line 47)
  • var: Post notes
  • access: protected
array $_tags = array() (line 52)
  • var: Post tags
  • access: protected
string $_title (line 42)
  • var: Post title
  • access: protected
string $_url (line 37)
  • var: Post url
  • access: protected
Methods
Constructor __construct (line 60)

Constructor

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

Redefined in descendants as:
getNotes (line 106)

Getter for notes

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

Getter for tags

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

Getter for title

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

Getter for URL

  • access: public
string getUrl ()

Documentation generated on Fri, 06 Apr 2007 18:31:37 -0700 by phpDocumentor 1.3.1