Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Delicious_SimplePost Class Reference
Inheritance diagram for Zend_Service_Delicious_SimplePost:

Public Member Functions

 __construct (array $post)
 getUrl ()
 getTitle ()
 getNotes ()
 getTags ()

Protected Attributes

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

Detailed Description

Definition at line 34 of file SimplePost.php.


Constructor & Destructor Documentation

__construct ( array post)

Constructor

Parameters:
array$postPost data
Returns:
void
Exceptions:
Zend_Service_Delicious_Exception
See also:
Zend_Service_Delicious_Exception

Definition at line 63 of file SimplePost.php.


Member Function Documentation

getNotes ( )

Getter for notes

Returns:
string

Definition at line 109 of file SimplePost.php.

getTags ( )

Getter for tags

Returns:
array

Definition at line 119 of file SimplePost.php.

getTitle ( )

Getter for title

Returns:
string

Definition at line 99 of file SimplePost.php.

getUrl ( )

Getter for URL

Returns:
string

Definition at line 89 of file SimplePost.php.


Field Documentation

$_notes [protected]

Definition at line 49 of file SimplePost.php.

$_tags = array() [protected]

Definition at line 54 of file SimplePost.php.

$_title [protected]

Definition at line 44 of file SimplePost.php.

$_url [protected]

Definition at line 39 of file SimplePost.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations