Detailed Description
Definition at line 38 of file Link.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
href = null, |
|
|
$ |
rel = null, |
|
|
$ |
type = null, |
|
|
$ |
hrefLang = null, |
|
|
$ |
title = null, |
|
|
$ |
length = 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_Base.
Reimplemented in Zend_Gdata_Calendar_Extension_Link, and Zend_Gdata_YouTube_Extension_Link.
Definition at line 61 of file Link.php.
- Returns:
- string|null
Definition at line 114 of file Link.php.
- Returns:
- string|null
Definition at line 168 of file Link.php.
- Returns:
- string|null
Definition at line 204 of file Link.php.
- Returns:
- string|null
Definition at line 132 of file Link.php.
- Returns:
- string|null
Definition at line 186 of file Link.php.
- Returns:
- string|null
Definition at line 150 of file Link.php.
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.
- Parameters:
-
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 85 of file Link.php.
Field Documentation
$_href = null [protected] |
$_hrefLang = null [protected] |
$_length = null [protected] |
$_rootElement = 'link' [protected] |
$_title = null [protected] |
$_type = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/App/Extension/Link.php