Zend_Service_Delicious_Post represents a post of a user that can be edited
category | Zend |
---|---|
package | Zend_Service |
subpackage | Delicious |
copyright | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
license | New BSD License |
inherited_from | \Zend_Service_Delicious_SimplePost |
__construct(\Zend_Service_Delicious $service, \DOMElement|array $values) : void
inherited_from | \Zend_Service_Delicious_SimplePost::__construct() |
---|
\Zend_Service_Delicious
Service that has downloaded the post
\DOMElement
array
Post content
\Zend_Service_Delicious_Exception |
---|
__construct(array $post) : void
array
Post data
\Zend_Service_Delicious_Exception |
---|
addTag(string $tag) : \Zend_Service_Delicious_Post
string
\Zend_Service_Delicious_Post
delete() : \Zend_Service_Delicious
\Zend_Service_Delicious
getDate() : \Zend_Date
\Zend_Date
getHash() : string
string
getNotes() : string
string
getOthers() : integer
This property is only populated when posts are retrieved with getPosts() method. The getAllPosts() and getRecentPosts() methods will not populate this property.
integer
getShared() : boolean
boolean
getTags() : array
array
getTitle() : string
string
getUrl() : string
string
removeTag(string $tag) : \Zend_Service_Delicious_Post
string
\Zend_Service_Delicious_Post
save() : \DOMDocument
\DOMDocument
setNotes(string $newNotes) : \Zend_Service_Delicious_Post
string
\Zend_Service_Delicious_Post
setShared(boolean $isShared) : \Zend_Service_Delicious_Post
boolean
\Zend_Service_Delicious_Post
setTags(array $tags) : \Zend_Service_Delicious_Post
array
\Zend_Service_Delicious_Post
setTitle(string $newTitle) : \Zend_Service_Delicious_Post
string
\Zend_Service_Delicious_Post
_parsePostNode(\DOMElement $node) : array
\DOMElement
array
$_date : \Zend_Date
$_hash : string
$_notes : string
$_others : integer
$_service : \Zend_Service_Delicious
$_shared : boolean
true
$_title : string
$_url : string