Service/Technorati/Author.php
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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- Technorati
- Version
- $Id: Author.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Service_Technorati_Author
It usually belongs to a Technorati account.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties

null|\Zend_Uri_Http $_thumbnailPicture- Type
- null | \Zend_Uri_Http
- Access
- protected
Methods

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

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

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

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

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

setBio(string $input) : \Zend_Service_Technorati_AuthorSets 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_AuthorSets 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_AuthorSets 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_AuthorSets 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_AuthorSets 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_AuthorSets Technorati account username.
| Name | Type | Description |
|---|---|---|
| $input | string | username input value |
| Type | Description |
|---|---|
| \Zend_Service_Technorati_Author | $this instance |