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

__construct(
\Zend_Service_Delicious $service, \DOMElement|array $values
)
:
void
Constructs a new del.icio.us post
Name | Type | Description |
---|---|---|
$service | \Zend_Service_Delicious | Service that has downloaded the post |
$values | \DOMElement|array | Post content |
Exception | Description |
---|---|
\Zend_Service_Delicious_Exception |

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.
Type | Description |
---|---|
int |

setNotes(
string $newNotes
)
:
\Zend_Service_Delicious_Post
Setter for notes
Name | Type | Description |
---|---|---|
$newNotes | string |
Type | Description |
---|---|
\Zend_Service_Delicious_Post |

setShared(
bool $isShared
)
:
\Zend_Service_Delicious_Post
Setter for shared
Name | Type | Description |
---|---|---|
$isShared | bool |
Type | Description |
---|---|
\Zend_Service_Delicious_Post |

setTitle(
string $newTitle
)
:
\Zend_Service_Delicious_Post
Setter for title
Name | Type | Description |
---|---|---|
$newTitle | string |
Type | Description |
---|---|
\Zend_Service_Delicious_Post |