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-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- Technorati
- Version
- $Id$
\Zend_Service_Technorati_Author
Package: Zend_Service\Technorati
Represents a weblog Author object. It usually belongs to a Technorati account.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
null|\Zend_Uri_Http $_thumbnailPicture
Technorati account thumbnail picture URL, if any
Details
- Type
- null | \Zend_Uri_Http
- 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 |
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
Returns
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.
Parameters
Returns
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.
Parameters
Returns
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.
Parameters
Returns
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.
Parameters
Returns
Throws
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.
Parameters
Returns
Name | Type | Description |
---|---|---|
$input | string | username input value |
Type | Description |
---|---|
\Zend_Service_Technorati_Author | $this instance |