|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getLogin () | |
| setLogin ($value) | |
| getNickname () | |
| setNickname ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Gapps_NicknameEntry' | |
| $_login = null | |
| $_nickname = null | |
Definition at line 59 of file NicknameEntry.php.
| __construct | ( | $ | element = null | ) |
Create a new instance.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 85 of file NicknameEntry.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
Definition at line 100 of file NicknameEntry.php.
| getLogin | ( | ) |
Get the value of the login property for this object.
Definition at line 145 of file NicknameEntry.php.
| getNickname | ( | ) |
Get the value of the nickname property for this object.
Definition at line 170 of file NicknameEntry.php.
| setLogin | ( | $ | value | ) |
Set the value of the login property for this object. This property is used to store the username address of the current user.
| Zend_Gdata_Gapps_Extension_Login | $value | The desired value for this instance's login property. |
Definition at line 158 of file NicknameEntry.php.
| setNickname | ( | $ | value | ) |
Set the value of the nickname property for this object. This property is used to store the the name of the current nickname.
| Zend_Gdata_Gapps_Extension_Nickname | $value | The desired value for this instance's nickname property. |
Definition at line 183 of file NicknameEntry.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Entry.
Definition at line 118 of file NicknameEntry.php.

$_entryClassName = 'Zend_Gdata_Gapps_NicknameEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 62 of file NicknameEntry.php.
$_login = null [protected] |
Definition at line 70 of file NicknameEntry.php.
$_nickname = null [protected] |
Definition at line 77 of file NicknameEntry.php.