Service/Technorati/Author.php

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertyprotectedstring $_bio
Technorati account biography
Details
Type
string
Access
protected  
>VPropertyprotectedstring $_description
Technorati account description
Details
Type
string
Access
protected  
>VPropertyprotectedstring $_firstName
Author first name
Details
Type
string
Access
protected  
>VPropertyprotectedstring $_lastName
Author last name
Details
Type
string
Access
protected  
>VPropertyprotectednull|\Zend_Uri_Http $_thumbnailPicture
Technorati account thumbnail picture URL, if any
Details
Type
null | \Zend_Uri_Http
Access
protected  
>VPropertyprotectedstring $_username
Technorati account username
Details
Type
string
Access
protected  

Methods

methodpublic__construct(\DomElement $dom) : void

Constructs a new object from DOM Element.

Parameters
NameTypeDescription
$dom\DomElement

the ReST fragment for this object

methodpublicgetBio() : string

Returns Technorati account biography.

Returns
TypeDescription
stringTechnorati account biography
methodpublicgetDescription() : string

Returns Technorati account description.

Returns
TypeDescription
stringTechnorati account description
methodpublicgetFirstName() : string

Returns Author first name.

Returns
TypeDescription
stringAuthor first name
methodpublicgetLastName() : string

Returns Author last name.

Returns
TypeDescription
stringAuthor last name
methodpublicgetThumbnailPicture() : null | \Zend_Uri_Http

Returns Technorati account thumbnail picture.

Returns
TypeDescription
null | \Zend_Uri_HttpTechnorati account thumbnail picture
methodpublicgetUsername() : string

Returns Technorati account username.

Returns
TypeDescription
stringTechnorati account username
methodpublicsetBio(string $input) : \Zend_Service_Technorati_Author

Sets Technorati account biography.

Parameters
NameTypeDescription
$inputstring

biography input value

Returns
TypeDescription
\Zend_Service_Technorati_Author$this instance
methodpublicsetDescription(string $input) : \Zend_Service_Technorati_Author

Sets Technorati account description.

Parameters
NameTypeDescription
$inputstring

description input value

Returns
TypeDescription
\Zend_Service_Technorati_Author$this instance
methodpublicsetFirstName(string $input) : \Zend_Service_Technorati_Author

Sets author first name.

Parameters
NameTypeDescription
$inputstring

first Name input value

Returns
TypeDescription
\Zend_Service_Technorati_Author$this instance
methodpublicsetLastName(string $input) : \Zend_Service_Technorati_Author

Sets author last name.

Parameters
NameTypeDescription
$inputstring

last Name input value

Returns
TypeDescription
\Zend_Service_Technorati_Author$this instance
methodpublicsetThumbnailPicture(string | \Zend_Uri_Http $input) : \Zend_Service_Technorati_Author

Sets Technorati account thumbnail picture.

Parameters
NameTypeDescription
$inputstring | \Zend_Uri_Http

thumbnail picture URI

Returns
TypeDescription
\Zend_Service_Technorati_Author$this instance
Throws
ExceptionDescription
\Zend_Service_Technorati_Exceptionif $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp)
methodpublicsetUsername(string $input) : \Zend_Service_Technorati_Author

Sets Technorati account username.

Parameters
NameTypeDescription
$inputstring

username input value

Returns
TypeDescription
\Zend_Service_Technorati_Author$this instance
Documentation was generated by phpDocumentor 2.2.0 .