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


Definition at line 104 of file AlbumEntry.php.
| __construct | ( | $ | element = null | ) |
Create a new instance.
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 199 of file AlbumEntry.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
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.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_Entry.
Definition at line 219 of file AlbumEntry.php.
| getGeoRssWhere | ( | ) |
Get the value for this element's georss:where attribute.
Definition at line 502 of file AlbumEntry.php.
| getGphotoAccess | ( | ) |
Get the value for this element's gphoto:access attribute.
Definition at line 341 of file AlbumEntry.php.
Get the value for this element's gphoto:commentCount attribute.
Definition at line 433 of file AlbumEntry.php.
Get the value for this element's gphoto:commentingEnabled attribute.
Definition at line 456 of file AlbumEntry.php.
| getGphotoId | ( | ) |
Get the value for this element's gphoto:id attribute.
Definition at line 479 of file AlbumEntry.php.
Get the value for this element's gphoto:location attribute.
Definition at line 364 of file AlbumEntry.php.
| getGphotoName | ( | ) |
Get the value for this element's gphoto:name attribute.
Definition at line 387 of file AlbumEntry.php.
Get the value for this element's gphoto:nickname attribute.
Definition at line 571 of file AlbumEntry.php.
Get the value for this element's gphoto:numphotos attribute.
Definition at line 410 of file AlbumEntry.php.
Get the value for this element's gphoto:timestamp attribute.
Definition at line 594 of file AlbumEntry.php.
| getGphotoUser | ( | ) |
Get the value for this element's gphoto:user attribute.
Definition at line 548 of file AlbumEntry.php.
| getMediaGroup | ( | ) |
Get the value for this element's media:group attribute.
Definition at line 525 of file AlbumEntry.php.
| setGeoRssWhere | ( | $ | value | ) |
Set the value for this element's georss:where attribute.
| string | $value | The desired value for this attribute. |
Definition at line 513 of file AlbumEntry.php.
| setGphotoAccess | ( | $ | value | ) |
Set the value for this element's gphoto:access attribute.
| string | $value | The desired value for this attribute. |
Definition at line 352 of file AlbumEntry.php.
| setGphotoCommentCount | ( | $ | value | ) |
Set the value for this element's gphoto:commentCount attribute.
| string | $value | The desired value for this attribute. |
Definition at line 444 of file AlbumEntry.php.
| setGphotoCommentingEnabled | ( | $ | value | ) |
Set the value for this element's gphoto:commentingEnabled attribute.
| string | $value | The desired value for this attribute. |
Definition at line 467 of file AlbumEntry.php.
| setGphotoId | ( | $ | value | ) |
Set the value for this element's gphoto:id attribute.
| string | $value | The desired value for this attribute. |
Definition at line 490 of file AlbumEntry.php.
| setGphotoLocation | ( | $ | value | ) |
Set the value for this element's gphoto:location attribute.
| string | $value | The desired value for this attribute. |
Definition at line 375 of file AlbumEntry.php.
| setGphotoName | ( | $ | value | ) |
Set the value for this element's gphoto:name attribute.
| string | $value | The desired value for this attribute. |
Definition at line 398 of file AlbumEntry.php.
| setGphotoNickname | ( | $ | value | ) |
Set the value for this element's gphoto:nickname attribute.
| string | $value | The desired value for this attribute. |
Definition at line 582 of file AlbumEntry.php.
| setGphotoNumPhotos | ( | $ | value | ) |
Set the value for this element's gphoto:numphotos attribute.
| string | $value | The desired value for this attribute. |
Definition at line 421 of file AlbumEntry.php.
| setGphotoTimestamp | ( | $ | value | ) |
Set the value for this element's gphoto:timestamp attribute.
| string | $value | The desired value for this attribute. |
Definition at line 605 of file AlbumEntry.php.
| setGphotoUser | ( | $ | value | ) |
Set the value for this element's gphoto:user attribute.
| string | $value | The desired value for this attribute. |
Definition at line 559 of file AlbumEntry.php.
| setMediaGroup | ( | $ | value | ) |
Set the value for this element's media:group attribute.
| string | $value | The desired value for this attribute. |
Definition at line 536 of file AlbumEntry.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Entry.
Definition at line 264 of file AlbumEntry.php.

$_entryClassName = 'Zend_Gdata_Photos_AlbumEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 107 of file AlbumEntry.php.
$_geoRssWhere = null [protected] |
Definition at line 191 of file AlbumEntry.php.
$_gphotoAccess = null [protected] |
Definition at line 121 of file AlbumEntry.php.
$_gphotoCommentCount = null [protected] |
Definition at line 170 of file AlbumEntry.php.
$_gphotoCommentingEnabled = null [protected] |
Definition at line 177 of file AlbumEntry.php.
$_gphotoId = null [protected] |
Definition at line 114 of file AlbumEntry.php.
$_gphotoLocation = null [protected] |
Definition at line 128 of file AlbumEntry.php.
$_gphotoName = null [protected] |
Definition at line 156 of file AlbumEntry.php.
$_gphotoNickname = null [protected] |
Definition at line 142 of file AlbumEntry.php.
$_gphotoNumPhotos = null [protected] |
Definition at line 163 of file AlbumEntry.php.
$_gphotoTimestamp = null [protected] |
Definition at line 149 of file AlbumEntry.php.
$_gphotoUser = null [protected] |
Definition at line 135 of file AlbumEntry.php.
$_mediaGroup = null [protected] |
Definition at line 184 of file AlbumEntry.php.