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


Public Member Functions | |
| __construct ($value=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getValue () | |
| setValue ($value) | |
Protected Member Functions | |
| takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
| $_rootNamespace = 'gbs' | |
| $_rootElement = 'embeddability' | |
| $_value = null | |
Definition at line 38 of file Embeddability.php.
| __construct | ( | $ | value = null | ) |
Constructor for Zend_Gdata_Books_Extension_Embeddability which Describes an embeddability.
| string | null | $value | A programmatic value representing the book's embeddability. |
Definition at line 52 of file Embeddability.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves DOMElement which corresponds to this element and all child properties. This is used to build this object back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistance.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 69 of file Embeddability.php.
| getValue | ( | ) |
Returns the programmatic value that describes the embeddability of a volume in Google Book Search
Definition at line 101 of file Embeddability.php.
| setValue | ( | $ | value | ) |
Sets the programmatic value that describes the embeddability of a volume in Google Book Search
| string | null | $value | Programmatic value that describes the embeddability of a volume in Google Book Search |
Definition at line 115 of file Embeddability.php.
| takeAttributeFromDOM | ( | $ | attribute | ) | [protected] |
Extracts XML attributes from the DOM and converts them to the appropriate object members.
| DOMNode | $attribute | The DOMNode attribute to be handled. |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 84 of file Embeddability.php.
$_rootElement = 'embeddability' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 42 of file Embeddability.php.
$_rootNamespace = 'gbs' [protected] |
Reimplemented from Zend_Gdata_Extension.
Definition at line 41 of file Embeddability.php.
$_value = null [protected] |
Definition at line 43 of file Embeddability.php.