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


Public Member Functions | |
| __construct ($lang=null, $type=null, $value=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| getLang () | |
| getType () | |
| setLang ($lang) | |
| setType ($type) | |
Protected Member Functions | |
| takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
| $_rootNamespace = 'gbs' | |
| $_rootElement = 'review' | |
| $_lang = null | |
| $_type = null | |
Definition at line 38 of file Review.php.
| __construct | ( | $ | lang = null, |
| $ | type = null, |
||
| $ | value = null |
||
| ) |
Constructor for Zend_Gdata_Books_Extension_Review which User-provided review
| string | null | $lang | Review language. |
| string | null | $type | Type of text construct (typically text, html, or xhtml). |
| string | null | $value | Text content of the review. |
Definition at line 55 of file Review.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 74 of file Review.php.
| getLang | ( | ) |
Returns the language of link title
Definition at line 111 of file Review.php.
| getType | ( | ) |
Returns the type of text construct (typically 'text', 'html' or 'xhtml')
Definition at line 121 of file Review.php.
| setLang | ( | $ | lang | ) |
Sets the language of link title
| string | $lang | language of link title |
Definition at line 132 of file Review.php.
| setType | ( | $ | type | ) |
Sets the type of text construct (typically 'text', 'html' or 'xhtml')
| string | $type | type of text construct (typically 'text', 'html' or 'xhtml') |
Definition at line 144 of file Review.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 92 of file Review.php.
$_lang = null [protected] |
Definition at line 43 of file Review.php.
$_rootElement = 'review' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 42 of file Review.php.
$_rootNamespace = 'gbs' [protected] |
Reimplemented from Zend_Gdata_Extension.
Definition at line 41 of file Review.php.
$_type = null [protected] |
Definition at line 44 of file Review.php.