|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct (array $post) | |
| getUrl () | |
| getTitle () | |
| getNotes () | |
| getTags () | |
Protected Attributes | |
| $_url | |
| $_title | |
| $_notes | |
| $_tags = array() | |
Definition at line 34 of file SimplePost.php.
| __construct | ( | array $ | post | ) |
Constructor
| array | $post | Post data |
| Zend_Service_Delicious_Exception |
Definition at line 63 of file SimplePost.php.
| getNotes | ( | ) |
| getTags | ( | ) |
| getTitle | ( | ) |
| getUrl | ( | ) |
$_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.