[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 295 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Gapps_UserEntry:: (11 methods):
__construct()
getDOM()
takeChildFromDOM()
getLogin()
setLogin()
getName()
setName()
getQuota()
setQuota()
getFeedLink()
setFeedLink()
Class: Zend_Gdata_Gapps_UserEntry - X-Ref
Data model class for a Google Apps User Entry.__construct($element = null) X-Ref |
Create a new instance. param: DOMElement $element (optional) DOMElement from which this |
getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
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. param: DOMDocument $doc The DOMDocument used to construct DOMElements return: DOMElement The DOMElement representing this element and all |
takeChildFromDOM($child) X-Ref |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data. param: DOMNode $child The DOMNode to process |
getLogin() X-Ref |
Get the value of the login property for this object. return: Zend_Gdata_Gapps_Extension_Login The requested object. |
setLogin($value) X-Ref |
Set the value of the login property for this object. This property is used to store the username address of the current user. param: Zend_Gdata_Gapps_Extension_Login $value The desired value for return: Zend_Gdata_Gapps_UserEntry Provides a fluent interface. |
getName() X-Ref |
Get the value of the name property for this object. return: Zend_Gdata_Gapps_Extension_Name The requested object. |
setName($value) X-Ref |
Set the value of the name property for this object. This property is used to store the full name of the current user. param: Zend_Gdata_Gapps_Extension_Name $value The desired value for return: Zend_Gdata_Gapps_UserEntry Provides a fluent interface. |
getQuota() X-Ref |
Get the value of the quota property for this object. return: Zend_Gdata_Gapps_Extension_Quota The requested object. |
setQuota($value) X-Ref |
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. param: Zend_Gdata_Gapps_Extension_Quota $value The desired value for return: Zend_Gdata_Gapps_UserEntry Provides a fluent interface. |
getFeedLink($rel = null) X-Ref |
Returns all feed links for this entry, or if a rel value is specified, the feed link associated with that value is returned. param: string $rel The rel value of the link to be found. If null, return: mixed Either an array of Zend_Gdata_Extension_FeedLink |
setFeedLink($value) X-Ref |
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. param: array $value A collection of return: Zend_Gdata_Gapps_EventEntry Provides a fluent interface. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |