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


Public Member Functions | |
| __construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null, $token=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getToken () | |
| setToken ($value) | |
| getTokenValue () | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
Protected Attributes | |
| $_token = null | |
| __construct | ( | $ | href = null, |
| $ | rel = null, |
||
| $ | type = null, |
||
| $ | hrefLang = null, |
||
| $ | title = null, |
||
| $ | length = null, |
||
| $ | token = null |
||
| ) |
Constructs a new Zend_Gdata_Calendar_Extension_Link object.
| Zend_Gdata_YouTube_Extension_Token | $token |
Definition at line 53 of file Link.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 sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Extension_Link.
| getToken | ( | ) |
Get the value for this element's token attribute.
Definition at line 106 of file Link.php.

| getTokenValue | ( | ) |
| setToken | ( | $ | value | ) |
Set the value for this element's token attribute.
| Zend_Gdata_YouTube_Extension_Token | $value | The desired value for this attribute. |
| 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_App_Base.
Definition at line 86 of file Link.php.
