Represents a publicly available post

category Zend
package Zend_Service
subpackage Delicious
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Constructor

__construct(array $post) : void

Parameters

$post

array

Post data

Exceptions

\Zend_Service_Delicious_Exception

Getter for notes

getNotes() : string

Returns

string

Getter for tags

getTags() : array

Returns

array

Getter for title

getTitle() : string

Returns

string

Getter for URL

getUrl() : string

Returns

string

 Properties

 

Post notes

$_notes : string

Default

 

Post tags

$_tags : array

Default

array()
 

Post title

$_title : string

Default

 

Post url

$_url : string

Default