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


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getItemType () | |
| getGbaseAttributes () | |
| getGbaseAttribute ($name) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_entryClassName = 'Zend_Gdata_Gbase_Entry' | |
| $_baseAttributes = array() | |
| __construct | ( | $ | element = null | ) |
Constructs a new Zend_Gdata_Gbase_ItemEntry object.
| DOMElement | $element | (optional) The DOMElement on which to base this object. |
Reimplemented from Zend_Gdata_Entry.
Definition at line 66 of file Entry.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.
| getGbaseAttribute | ( | $ | name | ) |
Return an array of Base attributes that match the given attribute name
| string | $name | The name of the Base attribute to look for |
Definition at line 138 of file Entry.php.

Return all the Base attributes
| getItemType | ( | ) |
| 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 96 of file Entry.php.

$_entryClassName = 'Zend_Gdata_Gbase_Entry' [protected] |
Name of the base class for Google Base entries
var
Reimplemented from Zend_Gdata_Entry.
Reimplemented in Zend_Gdata_Gbase_ItemEntry, and Zend_Gdata_Gbase_SnippetEntry.