Detailed Description
Definition at line 43 of file Link.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
href = null, |
|
|
$ |
rel = null, |
|
|
$ |
type = null, |
|
|
$ |
hrefLang = null, |
|
|
$ |
title = null, |
|
|
$ |
length = null, |
|
|
$ |
webContent = null |
|
) |
| |
Member Function Documentation
| 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.
- Parameters:
-
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
- Returns:
- DOMElement The DOMElement representing this element and all child properties.
Reimplemented from Zend_Gdata_App_Extension_Link.
Definition at line 71 of file Link.php.
Get the value for this element's WebContent attribute.
- Returns:
- Zend_Gdata_Calendar_Extension_Webcontent The WebContent value
Definition at line 106 of file Link.php.
Set the value for this element's WebContent attribute.
- Parameters:
-
- Returns:
- Zend_Calendar_Extension_Link The element being modified. Provides a fluent interface.
Definition at line 117 of file Link.php.
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
- Parameters:
-
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 86 of file Link.php.
Field Documentation
$_webContent = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Calendar/Extension/Link.php