API Documentation

Service/Delicious/SimplePost.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Delicious
version
$Id: SimplePost.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Delicious_SimplePost

Description

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_SimplePost

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Delicious
Properties
$_url
$_title
$_notes
$_tags
Methods
__construct
getUrl
getTitle
getNotes
getTags

Description

Represents a publicly available post

Properties

$_notes

string $_notes = ''

Details

$_notes
string
Post notes
visibility
protected
default
final
false
static
false

$_tags

array $_tags = 'array'

Details

$_tags
array
Post tags
visibility
protected
default
array
final
false
static
false

$_title

string $_title = ''

Details

$_title
string
Post title
visibility
protected
default
final
false
static
false

$_url

string $_url = ''

Details

$_url
string
Post url
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( array $post ) : void

Constructor

Arguments
$post
array
Post data
Details
visibility
public
final
false
static
false
throws

getNotes

getNotes( ) : string

Getter for notes

Output
string
Details
visibility
public
final
false
static
false

getTags

getTags( ) : array

Getter for tags

Output
array
Details
visibility
public
final
false
static
false

getTitle

getTitle( ) : string

Getter for title

Output
string
Details
visibility
public
final
false
static
false

getUrl

getUrl( ) : string

Getter for URL

Output
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.