Zend Framework
1.12
|
Public Member Functions | |
__construct (DomElement $dom) | |
Constructs a new object from DOM Element. | |
getFirstName () | |
Returns Author first name. | |
getLastName () | |
Returns Author last name. | |
getUsername () | |
Returns Technorati account username. | |
getDescription () | |
Returns Technorati account description. | |
getBio () | |
Returns Technorati account biography. | |
getThumbnailPicture () | |
Returns Technorati account thumbnail picture. | |
setFirstName ($input) | |
Sets author first name. | |
setLastName ($input) | |
Sets author last name. | |
setUsername ($input) | |
Sets Technorati account username. | |
setBio ($input) | |
Sets Technorati account biography. | |
setDescription ($input) | |
Sets Technorati account description. | |
setThumbnailPicture ($input) | |
Sets Technorati account thumbnail picture. | |
Protected Attributes | |
$_firstName | |
$_lastName | |
$_username | |
$_description | |
$_bio | |
$_thumbnailPicture | |
__construct | ( | DomElement | $dom | ) |
Constructs a new object from DOM Element.
DomElement | $dom | the ReST fragment for this object |
getBio | ( | ) |
Returns Technorati account biography.
getDescription | ( | ) |
Returns Technorati account description.
getFirstName | ( | ) |
Returns Author first name.
getLastName | ( | ) |
Returns Author last name.
getThumbnailPicture | ( | ) |
Returns Technorati account thumbnail picture.
getUsername | ( | ) |
Returns Technorati account username.
setBio | ( | $input | ) |
Sets Technorati account biography.
string | $input | biography input value |
setDescription | ( | $input | ) |
Sets Technorati account description.
string | $input | description input value |
setFirstName | ( | $input | ) |
Sets author first name.
string | $input | first Name input value |
setLastName | ( | $input | ) |
Sets author last name.
string | $input | last Name input value |
setThumbnailPicture | ( | $input | ) |
Sets Technorati account thumbnail picture.
string | Zend_Uri_Http | $input | thumbnail picture URI |
Zend_Service_Technorati_Exception | if $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp) |
setUsername | ( | $input | ) |
Sets Technorati account username.
string | $input | username input value |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |