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

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()

Detailed Description

Definition at line 67 of file UserEntry.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 109 of file UserEntry.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 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.

Parameters:
string$relThe rel value of the link to be found. If null, the array of links is returned instead.
Returns:
mixed Either an array of Zend_Gdata_Extension_FeedLink objects if $rel is null, a single Zend_Gdata_Extension_FeedLink object if $rel is specified and a matching feed link is found, or null if $rel is specified and no matching feed link is found.

Definition at line 267 of file UserEntry.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 185 of file UserEntry.php.

getName ( )

Get the value of the name property for this object.

See also:
setName
Returns:
Zend_Gdata_Gapps_Extension_Name The requested object.

Definition at line 210 of file UserEntry.php.

getQuota ( )

Get the value of the quota property for this object.

See also:
setQuota
Returns:
Zend_Gdata_Gapps_Extension_Quota The requested 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.

Parameters:
array$valueA collection of Zend_Gdata_Gapps_Extension_FeedLink objects.
Returns:
Zend_Gdata_Gapps_EventEntry Provides a fluent interface.

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.

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

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.

Parameters:
Zend_Gdata_Gapps_Extension_Name$valueThe desired value for this instance's name property.
Returns:
Zend_Gdata_Gapps_UserEntry Provides a fluent interface.

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.

Parameters:
Zend_Gdata_Gapps_Extension_Quota$valueThe desired value for this instance's quota property.
Returns:
Zend_Gdata_Gapps_UserEntry Provides a fluent interface.

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.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Entry.

Definition at line 148 of file UserEntry.php.

Here is the call graph for this function:


Field Documentation

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


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