Class Zend_Service_Delicious_SimplePost

Description

Represents a publicly available post

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

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


	
			
Direct descendents
Class Description
 class Zend_Service_Delicious_Post Zend_Service_Delicious_Post represents a post of a user that can be edited
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 49)
  • var: Post notes
  • access: protected
array $_tags = array() (line 54)
  • var: Post tags
  • access: protected
string $_title (line 44)
  • var: Post title
  • access: protected
string $_url (line 39)
  • var: Post url
  • access: protected
Methods
Constructor __construct (line 62)

Constructor

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

Redefined in descendants as:
getNotes (line 108)

Getter for notes

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

Getter for tags

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

Getter for title

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

Getter for URL

  • access: public
string getUrl ()

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