Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Technorati_Author Class Reference

Public Member Functions

 __construct (DomElement $dom)
 getFirstName ()
 getLastName ()
 getUsername ()
 getDescription ()
 getBio ()
 getThumbnailPicture ()
 setFirstName ($input)
 setLastName ($input)
 setUsername ($input)
 setBio ($input)
 setDescription ($input)
 setThumbnailPicture ($input)

Protected Attributes

 $_firstName
 $_lastName
 $_username
 $_description
 $_bio
 $_thumbnailPicture

Detailed Description

Definition at line 39 of file Author.php.


Constructor & Destructor Documentation

__construct ( DomElement $  dom)

Constructs a new object from DOM Element.

Parameters:
DomElement$domthe ReST fragment for this object

Definition at line 95 of file Author.php.

Here is the call graph for this function:


Member Function Documentation

getBio ( )

Returns Technorati account biography.

Returns:
string Technorati account biography

Definition at line 160 of file Author.php.

Returns Technorati account description.

Returns:
string Technorati account description

Definition at line 151 of file Author.php.

Returns Author first name.

Returns:
string Author first name

Definition at line 124 of file Author.php.

Returns Author last name.

Returns:
string Author last name

Definition at line 133 of file Author.php.

Returns Technorati account thumbnail picture.

Returns:
null|Zend_Uri_Http Technorati account thumbnail picture

Definition at line 169 of file Author.php.

Returns Technorati account username.

Returns:
string Technorati account username

Definition at line 142 of file Author.php.

setBio ( input)

Sets Technorati account biography.

Parameters:
string$inputbiography input value
Returns:
Zend_Service_Technorati_Author $this instance

Definition at line 213 of file Author.php.

Here is the caller graph for this function:

setDescription ( input)

Sets Technorati account description.

Parameters:
string$inputdescription input value
Returns:
Zend_Service_Technorati_Author $this instance

Definition at line 224 of file Author.php.

Here is the caller graph for this function:

setFirstName ( input)

Sets author first name.

Parameters:
string$inputfirst Name input value
Returns:
Zend_Service_Technorati_Author $this instance

Definition at line 180 of file Author.php.

Here is the caller graph for this function:

setLastName ( input)

Sets author last name.

Parameters:
string$inputlast Name input value
Returns:
Zend_Service_Technorati_Author $this instance

Definition at line 191 of file Author.php.

Here is the caller graph for this function:

setThumbnailPicture ( input)

Sets Technorati account thumbnail picture.

Parameters:
string | Zend_Uri_Http$inputthumbnail picture URI
Returns:
Zend_Service_Technorati_Author $this instance
Exceptions:
Zend_Service_Technorati_Exceptionif $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp)

Definition at line 237 of file Author.php.

Here is the call graph for this function:

Here is the caller graph for this function:

setUsername ( input)

Sets Technorati account username.

Parameters:
string$inputusername input value
Returns:
Zend_Service_Technorati_Author $this instance

Definition at line 202 of file Author.php.

Here is the caller graph for this function:


Field Documentation

$_bio [protected]

Definition at line 79 of file Author.php.

$_description [protected]

Definition at line 71 of file Author.php.

$_firstName [protected]

Definition at line 47 of file Author.php.

$_lastName [protected]

Definition at line 55 of file Author.php.

$_thumbnailPicture [protected]

Definition at line 87 of file Author.php.

$_username [protected]

Definition at line 63 of file Author.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations