Detailed Description
Definition at line 43 of file Where.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
valueString = null, |
|
|
$ |
label = null, |
|
|
$ |
rel = null, |
|
|
$ |
entryLink = null |
|
) |
| |
Member Function Documentation
Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0
- Returns:
- string The text representation of this object
Reimplemented from Zend_Gdata_App_Base.
Definition at line 117 of file Where.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.
- 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.
Definition at line 61 of file Where.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 79 of file Where.php.
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
- Parameters:
-
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 102 of file Where.php.
Field Documentation
$_entryLink = null [protected] |
$_label = null [protected] |
$_rootElement = 'where' [protected] |
$_valueString = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Extension/Where.php