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.
Represents a weblog Author object. It usually belongs to a Technorati account.

null|\Zend_Uri_Http
$_thumbnailPicture= ''
Technorati account thumbnail picture URL, if any

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

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

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

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

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

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

setBio(
string $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account biography.
Name | Type | Description |
---|---|---|
$input | string | biography input value |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |

setDescription(
string $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account description.
Name | Type | Description |
---|---|---|
$input | string | description input value |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |

setFirstName(
string $input
)
:
\Zend_Service_Technorati_Author
Sets author first name.
Name | Type | Description |
---|---|---|
$input | string | first Name input value |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |

setLastName(
string $input
)
:
\Zend_Service_Technorati_Author
Sets author last name.
Name | Type | Description |
---|---|---|
$input | string | last Name input value |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |

setThumbnailPicture(
string|\Zend_Uri_Http $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account thumbnail picture.
Name | Type | Description |
---|---|---|
$input | string|\Zend_Uri_Http | thumbnail picture URI |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |
Exception | Description |
---|---|
\Zend_Service_Technorati_Exception | if $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp) |

setUsername(
string $input
)
:
\Zend_Service_Technorati_Author
Sets Technorati account username.
Name | Type | Description |
---|---|---|
$input | string | username input value |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |