Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Gapps_NicknameEntry Class Reference
Inheritance diagram for Zend_Gdata_Gapps_NicknameEntry:
Collaboration diagram for Zend_Gdata_Gapps_NicknameEntry:

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

Detailed Description

Definition at line 59 of file NicknameEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Create a new instance.

Parameters:
DOMElement$element(optional) DOMElement from which this object should be constructed.

Reimplemented from Zend_Gdata_Entry.

Definition at line 85 of file NicknameEntry.php.

Here is the call graph for this function:


Member Function Documentation

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented from Zend_Gdata_Entry.

Definition at line 100 of file NicknameEntry.php.

getLogin ( )

Get the value of the login property for this object.

See also:
setLogin
Returns:
Zend_Gdata_Gapps_Extension_Login The requested object.

Definition at line 145 of file NicknameEntry.php.

Get the value of the nickname property for this object.

See also:
setNickname
Returns:
Zend_Gdata_Gapps_Extension_Nickname The requested 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.

Parameters:
Zend_Gdata_Gapps_Extension_Login$valueThe desired value for this instance's login property.
Returns:
Zend_Gdata_Gapps_NicknameEntry Provides a fluent interface.

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.

Parameters:
Zend_Gdata_Gapps_Extension_Nickname$valueThe desired value for this instance's nickname property.
Returns:
Zend_Gdata_Gapps_NicknameEntry Provides a fluent interface.

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.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Entry.

Definition at line 118 of file NicknameEntry.php.

Here is the call graph for this function:


Field Documentation

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


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