[ 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: | 247 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Photos_UserFeed:: (9 methods):
__construct()
takeChildFromDOM()
getDOM()
getGphotoUser()
setGphotoUser()
getGphotoNickname()
setGphotoNickname()
getGphotoThumbnail()
setGphotoThumbnail()
Class: Zend_Gdata_Photos_UserFeed - X-Ref
Data model for a collection of entries for a specific user, usually__construct($element = null) X-Ref |
No description |
takeChildFromDOM($child) X-Ref |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data. param: DOMNode $child The DOMNode to process |
getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
No description |
getGphotoUser() X-Ref |
Get the value for this element's gphoto:user attribute. return: string The requested attribute. |
setGphotoUser($value) X-Ref |
Set the value for this element's gphoto:user attribute. param: string $value The desired value for this attribute. return: Zend_Gdata_Photos_Extension_User The element being modified. |
getGphotoNickname() X-Ref |
Get the value for this element's gphoto:nickname attribute. return: string The requested attribute. |
setGphotoNickname($value) X-Ref |
Set the value for this element's gphoto:nickname attribute. param: string $value The desired value for this attribute. return: Zend_Gdata_Photos_Extension_Nickname The element being modified. |
getGphotoThumbnail() X-Ref |
Get the value for this element's gphoto:thumbnail attribute. return: string The requested attribute. |
setGphotoThumbnail($value) X-Ref |
Set the value for this element's gphoto:thumbnail attribute. param: string $value The desired value for this attribute. return: Zend_Gdata_Photos_Extension_Thumbnail The element being modified. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |