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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getGphotoWeight () | |
| setGphotoWeight ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Photos_TagEntry' | |
| $_gphotoWeight = null | |
Definition at line 54 of file TagEntry.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 67 of file TagEntry.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 87 of file TagEntry.php.
| getGphotoWeight | ( | ) |
Get the value for this element's gphoto:weight attribute.
Definition at line 124 of file TagEntry.php.
| setGphotoWeight | ( | $ | value | ) |
Set the value for this element's gphoto:weight attribute.
| string | $value | The desired value for this attribute. |
Definition at line 135 of file TagEntry.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 102 of file TagEntry.php.

$_entryClassName = 'Zend_Gdata_Photos_TagEntry' [protected] |
Reimplemented from Zend_Gdata_Entry.
Definition at line 57 of file TagEntry.php.
$_gphotoWeight = null [protected] |
Definition at line 59 of file TagEntry.php.