Service/Technorati/Author.php
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.
- category
- Zend
- copyright
- Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
- license
-
New BSD License
- package
- Zend_Service
- subpackage
- Technorati
- version
- $Id: Author.php 23775 2011-03-01 17:25:24Z ralph $
\Zend_Service_Technorati_Author
Represents a weblog Author object. It usually belongs to a Technorati account.
- category
- Zend
- copyright
- Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
- license
-
New BSD License
- package
- Zend_Service
- subpackage
- Technorati
Properties



string
$_bio= ''
Technorati account biography
Details
- Type
- string
- access
- protected



string
$_description= ''
Technorati account description
Details
- Type
- string
- access
- protected



string
$_username= ''
Technorati account username
Details
- Type
- string
- access
- protected
Methods



__construct(
\DomElement $dom
)
:
void
Constructs a new object from DOM Element.
Parameters
Name |
Type |
Description |
$dom |
\DomElement |
the ReST fragment for this object |



getBio(
)
:
string
Returns Technorati account biography.
Returns
Type |
Description |
string |
Technorati account biography |



getDescription(
)
:
string
Returns Technorati account description.
Returns
Type |
Description |
string |
Technorati account description |



getFirstName(
)
:
string
Returns Author first name.
Returns
Type |
Description |
string |
Author first name |



getLastName(
)
:
string
Returns Author last name.
Returns
Type |
Description |
string |
Author last name |



getThumbnailPicture(
)
:
null|\Zend_Uri_Http
Returns Technorati account thumbnail picture.
Returns
Type |
Description |
null\Zend_Uri_Http
|
Technorati account thumbnail picture |



getUsername(
)
:
string
Returns Technorati account username.
Returns
Type |
Description |
string |
Technorati account username |



setBio(
string $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account biography.
Parameters
Name |
Type |
Description |
$input |
string |
biography input value |
Returns



setDescription(
string $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account description.
Parameters
Name |
Type |
Description |
$input |
string |
description input value |
Returns



setUsername(
string $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account username.
Parameters
Name |
Type |
Description |
$input |
string |
username input value |
Returns