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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getGphotoUser ()
 setGphotoUser ($value)
 getGphotoNickname ()
 setGphotoNickname ($value)
 getGphotoThumbnail ()
 setGphotoThumbnail ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_gphotoUser = null
 $_gphotoThumbnail = null
 $_gphotoNickname = null
 $_entryClassName = 'Zend_Gdata_Photos_UserEntry'
 $_feedClassName = 'Zend_Gdata_Photos_UserFeed'
 $_entryKindClassMapping

Detailed Description

Definition at line 72 of file UserFeed.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a Feed or Entry

Reimplemented from Zend_Gdata_Feed.

Definition at line 106 of file UserFeed.php.

Here is the call graph for this function:


Member Function Documentation

getDOM ( doc = null,
majorVersion = 1,
minorVersion = null 
)

Retrieves the DOM model representing this object and all children

Parameters:
DOMDocument$doc
Returns:
DOMElement

Reimplemented from Zend_Gdata_Feed.

Definition at line 162 of file UserFeed.php.

Get the value for this element's gphoto:nickname attribute.

See also:
setGphotoNickname
Returns:
string The requested attribute.

Definition at line 207 of file UserFeed.php.

Get the value for this element's gphoto:thumbnail attribute.

See also:
setGphotoThumbnail
Returns:
string The requested attribute.

Definition at line 230 of file UserFeed.php.

Get the value for this element's gphoto:user attribute.

See also:
setGphotoUser
Returns:
string The requested attribute.

Definition at line 184 of file UserFeed.php.

setGphotoNickname ( value)

Set the value for this element's gphoto:nickname attribute.

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Nickname The element being modified.

Definition at line 218 of file UserFeed.php.

setGphotoThumbnail ( value)

Set the value for this element's gphoto:thumbnail attribute.

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Thumbnail The element being modified.

Definition at line 241 of file UserFeed.php.

setGphotoUser ( value)

Set the value for this element's gphoto:user attribute.

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_User The element being modified.

Definition at line 195 of file UserFeed.php.

takeChildFromDOM ( child) [protected]

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Feed.

Definition at line 118 of file UserFeed.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Photos_UserEntry' [protected]

Reimplemented from Zend_Gdata_Feed.

Definition at line 96 of file UserFeed.php.

$_entryKindClassMapping [protected]
Initial value:
 array(
        'http://schemas.google.com/photos/2007#album' => 'Zend_Gdata_Photos_AlbumEntry',
        'http://schemas.google.com/photos/2007#photo' => 'Zend_Gdata_Photos_PhotoEntry',
        'http://schemas.google.com/photos/2007#comment' => 'Zend_Gdata_Photos_CommentEntry',
        'http://schemas.google.com/photos/2007#tag' => 'Zend_Gdata_Photos_TagEntry'
    )

Definition at line 99 of file UserFeed.php.

$_feedClassName = 'Zend_Gdata_Photos_UserFeed' [protected]

Definition at line 97 of file UserFeed.php.

$_gphotoNickname = null [protected]

Definition at line 94 of file UserFeed.php.

$_gphotoThumbnail = null [protected]

Definition at line 87 of file UserFeed.php.

$_gphotoUser = null [protected]

Definition at line 80 of file UserFeed.php.


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