|
Moodle
2.2.1
http://www.collinsharper.com
|
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 | |
Definition at line 39 of file Author.php.
| __construct | ( | DomElement $ | dom | ) |
Constructs a new object from DOM Element.
| DomElement | $dom | the ReST fragment for this object |
Definition at line 95 of file Author.php.

| getBio | ( | ) |
Returns Technorati account biography.
Definition at line 160 of file Author.php.
| getDescription | ( | ) |
Returns Technorati account description.
Definition at line 151 of file Author.php.
| getFirstName | ( | ) |
Returns Author first name.
Definition at line 124 of file Author.php.
| getLastName | ( | ) |
Returns Author last name.
Definition at line 133 of file Author.php.
Returns Technorati account thumbnail picture.
Definition at line 169 of file Author.php.
| getUsername | ( | ) |
Returns Technorati account username.
Definition at line 142 of file Author.php.
| setBio | ( | $ | input | ) |
Sets Technorati account biography.
| string | $input | biography input value |
Definition at line 213 of file Author.php.

| setDescription | ( | $ | input | ) |
Sets Technorati account description.
| string | $input | description input value |
Definition at line 224 of file Author.php.

| setFirstName | ( | $ | input | ) |
Sets author first name.
| string | $input | first Name input value |
Definition at line 180 of file Author.php.

| setLastName | ( | $ | input | ) |
Sets author last name.
| string | $input | last Name input value |
Definition at line 191 of file Author.php.

| 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) |
Definition at line 237 of file Author.php.


| setUsername | ( | $ | input | ) |
Sets Technorati account username.
| string | $input | username input value |
Definition at line 202 of file Author.php.

$_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.