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


Public Member Functions | |
| __construct ($href=null, $rel=null, $readOnly=null, $entry=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getHref () | |
| setHref ($value) | |
| getReadOnly () | |
| setReadOnly ($value) | |
| getRel () | |
| setRel ($value) | |
| getEntry () | |
| setEntry ($value) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
| takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
| $_rootElement = 'entryLink' | |
| $_href = null | |
| $_readOnly = null | |
| $_rel = null | |
| $_entry = null | |
Definition at line 43 of file EntryLink.php.
| __construct | ( | $ | href = null, |
| $ | rel = null, |
||
| $ | readOnly = null, |
||
| $ | entry = null |
||
| ) |
| 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 sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 62 of file EntryLink.php.
| getEntry | ( | ) |
Definition at line 156 of file EntryLink.php.
| getHref | ( | ) |
Definition at line 123 of file EntryLink.php.
| getReadOnly | ( | ) |
Definition at line 134 of file EntryLink.php.
| getRel | ( | ) |
Definition at line 145 of file EntryLink.php.
| setEntry | ( | $ | value | ) |
Definition at line 161 of file EntryLink.php.
| setHref | ( | $ | value | ) |
Definition at line 128 of file EntryLink.php.
| setReadOnly | ( | $ | value | ) |
Definition at line 139 of file EntryLink.php.
| setRel | ( | $ | value | ) |
Definition at line 150 of file EntryLink.php.
| takeAttributeFromDOM | ( | $ | attribute | ) | [protected] |
Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 95 of file EntryLink.php.
| takeChildFromDOM | ( | $ | child | ) | [protected] |
Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.
| DOMNode | $child | The DOMNode needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 80 of file EntryLink.php.

$_entry = null [protected] |
Definition at line 50 of file EntryLink.php.
$_href = null [protected] |
Definition at line 47 of file EntryLink.php.
$_readOnly = null [protected] |
Definition at line 48 of file EntryLink.php.
$_rel = null [protected] |
Definition at line 49 of file EntryLink.php.
$_rootElement = 'entryLink' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 46 of file EntryLink.php.