Service/Delicious/SimplePost.php
- 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
string $_notes = ''
Details
- $_notes
- string
Post notes
- visibility
- protected
- default
- final
- false
- static
- false
array $_tags = 'array'
Details
- $_tags
- array
Post tags
- visibility
- protected
- default
- array
- final
- false
- static
- false
string $_title = ''
Details
- $_title
- string
Post title
- visibility
- protected
- default
- final
- false
- static
- false
string $_url = ''
Details
- $_url
- string
Post url
- visibility
- protected
- default
- final
- false
- static
- false
Methods
__construct(
array $post
)
:
void
Constructor
Arguments
- $post
- array
Post data
Details
- visibility
- public
- final
- false
- static
- false
- throws
getNotes(
)
:
string
Getter for notes
Details
- visibility
- public
- final
- false
- static
- false
getTags(
)
:
array
Getter for tags
Details
- visibility
- public
- final
- false
- static
- false
getTitle(
)
:
string
Getter for title
Details
- visibility
- public
- final
- false
- static
- false
getUrl(
)
:
string
Getter for URL
Details
- visibility
- public
- final
- false
- static
- false