Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Service_Delicious_Post represents a post of a user that can be edited
Zend_Date $_date = ''
string $_hash = ''
int $_others = ''
Zend_Service_Delicious $_service = ''
Service that has downloaded the post
bool $_shared = 'true'
__construct(
Zend_Service_Delicious $service, DOMElement|array $values
)
:
void
Constructs a new del.icio.us post
_parsePostNode(
DOMElement $node
)
:
array
Extracts content from the DOM element of a post
addTag(
string $tag
)
:
Zend_Service_Delicious_Post
Add a tag
delete(
)
:
Zend_Service_Delicious
Deletes post
getHash(
)
:
string
Getter for hash
getOthers(
)
:
int
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(
)
:
bool
Getter for shared
removeTag(
string $tag
)
:
Zend_Service_Delicious_Post
Remove a tag
save(
)
:
DOMDocument
Saves post
setNotes(
string $newNotes
)
:
Zend_Service_Delicious_Post
Setter for notes
setShared(
bool $isShared
)
:
Zend_Service_Delicious_Post
Setter for shared
setTags(
array $tags
)
:
Zend_Service_Delicious_Post
Setter for tags
setTitle(
string $newTitle
)
:
Zend_Service_Delicious_Post
Setter for title