Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Service_Delicious_SimplePost Class Reference

Public Member Functions

 __construct (array $post)
 Constructor.
 
 getUrl ()
 Getter for URL.
 
 getTitle ()
 Getter for title.
 
 getNotes ()
 Getter for notes.
 
 getTags ()
 Getter for tags.
 

Protected Attributes

 $_url
 
 $_title
 
 $_notes
 
 $_tags = array()
 

Constructor & Destructor Documentation

__construct ( array  $post)

Constructor.

Parameters
array$postPost data
Returns
void
Exceptions
Zend_Service_Delicious_Exception
See Also
Zend_Service_Delicious_Exception

Member Function Documentation

getNotes ( )

Getter for notes.

Returns
string
getTags ( )

Getter for tags.

Returns
array
getTitle ( )

Getter for title.

Returns
string
getUrl ( )

Getter for URL.

Returns
string

Member Data Documentation

$_notes
protected
$_tags = array()
protected
$_title
protected
$_url
protected