Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Service_Delicious $service, $values) | |
Constructs a new del.icio.us post. | |
setTitle ($newTitle) | |
Setter for title. | |
setNotes ($newNotes) | |
Setter for notes. | |
setTags (array $tags) | |
Setter for tags. | |
addTag ($tag) | |
Add a tag. | |
removeTag ($tag) | |
Remove a tag. | |
getDate () | |
Getter for date. | |
getOthers () | |
Getter for others. | |
getHash () | |
Getter for hash. | |
getShared () | |
Getter for shared. | |
setShared ($isShared) | |
Setter for shared. | |
delete () | |
Deletes post. | |
save () | |
Saves post. | |
![]() | |
__construct (array $post) | |
Constructor. | |
getUrl () | |
Getter for URL. | |
getTitle () | |
Getter for title. | |
getNotes () | |
Getter for notes. | |
getTags () | |
Getter for tags. | |
Static Protected Member Functions | |
static | _parsePostNode (DOMElement $node) |
Extracts content from the DOM element of a post. | |
Protected Attributes | |
$_service | |
$_others | |
$_date | |
$_shared = true | |
$_hash | |
![]() | |
$_url | |
$_title | |
$_notes | |
$_tags = array() | |
__construct | ( | Zend_Service_Delicious | $service, |
$values | |||
) |
Constructs a new del.icio.us post.
Zend_Service_Delicious | $service | Service that has downloaded the post |
DOMElement | array | $values | Post content |
Zend_Service_Delicious_Exception |
|
staticprotected |
addTag | ( | $tag | ) |
delete | ( | ) |
Deletes post.
getDate | ( | ) |
Getter for date.
getHash | ( | ) |
Getter for hash.
getOthers | ( | ) |
Getter for others.
This property is only populated when posts are retrieved with getPosts() method. The getAllPosts() and getRecentPosts() methods will not populate this property.
getShared | ( | ) |
Getter for shared.
removeTag | ( | $tag | ) |
save | ( | ) |
Saves post.
setNotes | ( | $newNotes | ) |
setShared | ( | $isShared | ) |
setTags | ( | array | $tags | ) |
setTitle | ( | $newTitle | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |