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


Definition at line 52 of file PhotoFeed.php.
| __construct | ( | $ | element = null | ) |
Constructs a Feed or Entry
Reimplemented from Zend_Gdata_Feed.
Definition at line 147 of file PhotoFeed.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 153 of file PhotoFeed.php.
| getGphotoAlbumId | ( | ) |
Get the value for this element's gphoto:albumid attribute.
Definition at line 335 of file PhotoFeed.php.
Get the value for this element's gphoto:checksum attribute.
Definition at line 450 of file PhotoFeed.php.
| getGphotoClient | ( | ) |
Get the value for this element's gphoto:client attribute.
Definition at line 427 of file PhotoFeed.php.
Get the value for this element's gphoto:commentCount attribute.
Definition at line 496 of file PhotoFeed.php.
Get the value for this element's gphoto:commentingEnabled attribute.
Definition at line 519 of file PhotoFeed.php.
| getGphotoHeight | ( | ) |
Get the value for this element's gphoto:height attribute.
Definition at line 381 of file PhotoFeed.php.
| getGphotoId | ( | ) |
Get the value for this element's gphoto:id attribute.
Definition at line 289 of file PhotoFeed.php.
| getGphotoSize | ( | ) |
Get the value for this element's gphoto:size attribute.
Definition at line 404 of file PhotoFeed.php.
Get the value for this element's gphoto:timestamp attribute.
Definition at line 473 of file PhotoFeed.php.
| getGphotoVersion | ( | ) |
Get the value for this element's gphoto:version attribute.
Definition at line 312 of file PhotoFeed.php.
| getGphotoWidth | ( | ) |
Get the value for this element's gphoto:width attribute.
Definition at line 358 of file PhotoFeed.php.
| getMediaGroup | ( | ) |
Get the value for this element's media:group attribute.
Definition at line 542 of file PhotoFeed.php.
| setGphotoAlbumId | ( | $ | value | ) |
Set the value for this element's gphoto:albumid attribute.
| string | $value | The desired value for this attribute. |
Definition at line 346 of file PhotoFeed.php.
| setGphotoChecksum | ( | $ | value | ) |
Set the value for this element's gphoto:checksum attribute.
| string | $value | The desired value for this attribute. |
Definition at line 461 of file PhotoFeed.php.
| setGphotoClient | ( | $ | value | ) |
Set the value for this element's gphoto:client attribute.
| string | $value | The desired value for this attribute. |
Definition at line 438 of file PhotoFeed.php.
| setGphotoCommentCount | ( | $ | value | ) |
Set the value for this element's gphoto:commentCount attribute.
| string | $value | The desired value for this attribute. |
Definition at line 507 of file PhotoFeed.php.
| setGphotoCommentingEnabled | ( | $ | value | ) |
Set the value for this element's gphoto:commentingEnabled attribute.
| string | $value | The desired value for this attribute. |
Definition at line 530 of file PhotoFeed.php.
| setGphotoHeight | ( | $ | value | ) |
Set the value for this element's gphoto:height attribute.
| string | $value | The desired value for this attribute. |
Definition at line 392 of file PhotoFeed.php.
| setGphotoId | ( | $ | value | ) |
Set the value for this element's gphoto:id attribute.
| string | $value | The desired value for this attribute. |
Definition at line 300 of file PhotoFeed.php.
| setGphotoSize | ( | $ | value | ) |
Set the value for this element's gphoto:size attribute.
| string | $value | The desired value for this attribute. |
Definition at line 415 of file PhotoFeed.php.
| setGphotoTimestamp | ( | $ | value | ) |
Set the value for this element's gphoto:timestamp attribute.
| string | $value | The desired value for this attribute. |
Definition at line 484 of file PhotoFeed.php.
| setGphotoVersion | ( | $ | value | ) |
Set the value for this element's gphoto:version attribute.
| string | $value | The desired value for this attribute. |
Definition at line 323 of file PhotoFeed.php.
| setGphotoWidth | ( | $ | value | ) |
Set the value for this element's gphoto:width attribute.
| string | $value | The desired value for this attribute. |
Definition at line 369 of file PhotoFeed.php.
| setMediaGroup | ( | $ | value | ) |
Set the value for this element's media:group attribute.
| string | $value | The desired value for this attribute. |
Definition at line 553 of file PhotoFeed.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 193 of file PhotoFeed.php.

$_entryClassName = 'Zend_Gdata_Photos_PhotoEntry' [protected] |
Reimplemented from Zend_Gdata_Feed.
Definition at line 139 of file PhotoFeed.php.
$_entryKindClassMapping [protected] |
array( '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 142 of file PhotoFeed.php.
$_feedClassName = 'Zend_Gdata_Photos_PhotoFeed' [protected] |
Definition at line 140 of file PhotoFeed.php.
$_gphotoAlbumId = null [protected] |
Definition at line 67 of file PhotoFeed.php.
$_gphotoChecksum = null [protected] |
Definition at line 109 of file PhotoFeed.php.
$_gphotoClient = null [protected] |
Definition at line 102 of file PhotoFeed.php.
$_gphotoCommentCount = null [protected] |
Definition at line 123 of file PhotoFeed.php.
$_gphotoCommentingEnabled = null [protected] |
Definition at line 130 of file PhotoFeed.php.
$_gphotoHeight = null [protected] |
Definition at line 88 of file PhotoFeed.php.
$_gphotoId = null [protected] |
Definition at line 60 of file PhotoFeed.php.
$_gphotoSize = null [protected] |
Definition at line 95 of file PhotoFeed.php.
$_gphotoTimestamp = null [protected] |
Definition at line 116 of file PhotoFeed.php.
$_gphotoVersion = null [protected] |
Definition at line 74 of file PhotoFeed.php.
$_gphotoWidth = null [protected] |
Definition at line 81 of file PhotoFeed.php.
$_mediaGroup = null [protected] |
Definition at line 137 of file PhotoFeed.php.