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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getLogin () | |
| setLogin ($value) | |
| getName () | |
| setName ($value) | |
| getQuota () | |
| setQuota ($value) | |
| getFeedLink ($rel=null) | |
| setFeedLink ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Gapps_UserEntry' | |
| $_login = null | |
| $_name = null | |
| $_quota = null | |
| $_feedLink = array() | |
Definition at line 67 of file UserEntry.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 109 of file UserEntry.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 124 of file UserEntry.php.
| getFeedLink | ( | $ | rel = null | ) |
Returns all feed links for this entry, or if a rel value is specified, the feed link associated with that value is returned.
| string | $rel | The rel value of the link to be found. If null, the array of links is returned instead. |
Definition at line 267 of file UserEntry.php.
| getLogin | ( | ) |
Get the value of the login property for this object.
Definition at line 185 of file UserEntry.php.
| getName | ( | ) |
Get the value of the name property for this object.
Definition at line 210 of file UserEntry.php.
| getQuota | ( | ) |
Get the value of the quota property for this object.
Definition at line 235 of file UserEntry.php.
| setFeedLink | ( | $ | value | ) |
Set the value of the feed link property for this object. This property is used to provide links to alternative feeds relevant to this entry.
| array | $value | A collection of Zend_Gdata_Gapps_Extension_FeedLink objects. |
Definition at line 289 of file UserEntry.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 198 of file UserEntry.php.
| setName | ( | $ | value | ) |
Set the value of the name property for this object. This property is used to store the full name of the current user.
| Zend_Gdata_Gapps_Extension_Name | $value | The desired value for this instance's name property. |
Definition at line 223 of file UserEntry.php.
| setQuota | ( | $ | value | ) |
Set the value of the quota property for this object. This property is used to store the amount of storage available for the current user. Quotas may not be modifiable depending on the domain used.
| Zend_Gdata_Gapps_Extension_Quota | $value | The desired value for this instance's quota property. |
Definition at line 249 of file UserEntry.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 148 of file UserEntry.php.

$_entryClassName = 'Zend_Gdata_Gapps_UserEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 70 of file UserEntry.php.
$_feedLink = array() [protected] |
Definition at line 101 of file UserEntry.php.
$_login = null [protected] |
Definition at line 78 of file UserEntry.php.
$_name = null [protected] |
Definition at line 85 of file UserEntry.php.
$_quota = null [protected] |
Definition at line 93 of file UserEntry.php.