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


Definition at line 52 of file AlbumFeed.php.
| __construct | ( | $ | element = null | ) |
Constructs a Feed or Entry
Reimplemented from Zend_Gdata_Feed.
Definition at line 133 of file AlbumFeed.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves the DOM model representing this object and all children
| DOMDocument | $doc |
Reimplemented from Zend_Gdata_Feed.
Definition at line 139 of file AlbumFeed.php.
| getGeoRssWhere | ( | ) |
Get the value for this element's georss:where attribute.
Definition at line 446 of file AlbumFeed.php.
| getGphotoAccess | ( | ) |
Get the value for this element's gphoto:access attribute.
Definition at line 285 of file AlbumFeed.php.
Get the value for this element's gphoto:commentCount attribute.
Definition at line 377 of file AlbumFeed.php.
Get the value for this element's gphoto:commentingEnabled attribute.
Definition at line 400 of file AlbumFeed.php.
| getGphotoId | ( | ) |
Get the value for this element's gphoto:id attribute.
Definition at line 423 of file AlbumFeed.php.
Get the value for this element's gphoto:location attribute.
Definition at line 308 of file AlbumFeed.php.
| getGphotoName | ( | ) |
Get the value for this element's gphoto:name attribute.
Definition at line 331 of file AlbumFeed.php.
Get the value for this element's gphoto:nickname attribute.
Definition at line 469 of file AlbumFeed.php.
Get the value for this element's gphoto:numphotos attribute.
Definition at line 354 of file AlbumFeed.php.
Get the value for this element's gphoto:timestamp attribute.
Definition at line 492 of file AlbumFeed.php.
| getGphotoUser | ( | ) |
Get the value for this element's gphoto:user attribute.
Definition at line 262 of file AlbumFeed.php.
| setGeoRssWhere | ( | $ | value | ) |
Set the value for this element's georss:where attribute.
| string | $value | The desired value for this attribute. |
Definition at line 457 of file AlbumFeed.php.
| setGphotoAccess | ( | $ | value | ) |
Set the value for this element's gphoto:access attribute.
| string | $value | The desired value for this attribute. |
Definition at line 296 of file AlbumFeed.php.
| setGphotoCommentCount | ( | $ | value | ) |
Set the value for this element's gphoto:commentCount attribute.
| string | $value | The desired value for this attribute. |
Definition at line 388 of file AlbumFeed.php.
| setGphotoCommentingEnabled | ( | $ | value | ) |
Set the value for this element's gphoto:commentingEnabled attribute.
| string | $value | The desired value for this attribute. |
Definition at line 411 of file AlbumFeed.php.
| setGphotoId | ( | $ | value | ) |
Set the value for this element's gphoto:id attribute.
| string | $value | The desired value for this attribute. |
Definition at line 434 of file AlbumFeed.php.
| setGphotoLocation | ( | $ | value | ) |
Set the value for this element's gphoto:location attribute.
| string | $value | The desired value for this attribute. |
Definition at line 319 of file AlbumFeed.php.
| setGphotoName | ( | $ | value | ) |
Set the value for this element's gphoto:name attribute.
| string | $value | The desired value for this attribute. |
Definition at line 342 of file AlbumFeed.php.
| setGphotoNickname | ( | $ | value | ) |
Set the value for this element's gphoto:nickname attribute.
| string | $value | The desired value for this attribute. |
Definition at line 480 of file AlbumFeed.php.
| setGphotoNumPhotos | ( | $ | value | ) |
Set the value for this element's gphoto:numphotos attribute.
| string | $value | The desired value for this attribute. |
Definition at line 365 of file AlbumFeed.php.
| setGphotoTimestamp | ( | $ | value | ) |
Set the value for this element's gphoto:timestamp attribute.
| string | $value | The desired value for this attribute. |
Definition at line 503 of file AlbumFeed.php.
| setGphotoUser | ( | $ | value | ) |
Set the value for this element's gphoto:user attribute.
| string | $value | The desired value for this attribute. |
Definition at line 273 of file AlbumFeed.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Feed.
Definition at line 176 of file AlbumFeed.php.

$_entryClassName = 'Zend_Gdata_Photos_AlbumEntry' [protected] |
Reimplemented from Zend_Gdata_Feed.
Definition at line 54 of file AlbumFeed.php.
$_entryKindClassMapping [protected] |
array( '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 127 of file AlbumFeed.php.
$_feedClassName = 'Zend_Gdata_Photos_AlbumFeed' [protected] |
Definition at line 55 of file AlbumFeed.php.
$_gphotoAccess = null [protected] |
Definition at line 76 of file AlbumFeed.php.
$_gphotoCommentCount = null [protected] |
Definition at line 118 of file AlbumFeed.php.
$_gphotoCommentingEnabled = null [protected] |
Definition at line 125 of file AlbumFeed.php.
$_gphotoId = null [protected] |
Definition at line 62 of file AlbumFeed.php.
$_gphotoLocation = null [protected] |
Definition at line 83 of file AlbumFeed.php.
$_gphotoName = null [protected] |
Definition at line 104 of file AlbumFeed.php.
$_gphotoNickname = null [protected] |
Definition at line 90 of file AlbumFeed.php.
$_gphotoNumPhotos = null [protected] |
Definition at line 111 of file AlbumFeed.php.
$_gphotoTimestamp = null [protected] |
Definition at line 97 of file AlbumFeed.php.
$_gphotoUser = null [protected] |
Definition at line 69 of file AlbumFeed.php.