Zend Framework
1.12
|
Public Member Functions | |
__construct ($lang=null, $type=null, $value=null) | |
Constructor for Zend_Gdata_Books_Extension_Review which User-provided review. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves DOMElement which corresponds to this element and all child properties. | |
getLang () | |
Returns the language of link title. | |
getType () | |
Returns the type of text construct (typically 'text', 'html' or 'xhtml') | |
setLang ($lang) | |
Sets the language of link title. | |
setType ($type) | |
Sets the type of text construct (typically 'text', 'html' or 'xhtml') | |
![]() | |
__construct () | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
Extracts XML attributes from the DOM and converts them to the appropriate object members. | |
Protected Attributes | |
$_rootNamespace = 'gbs' | |
$_rootElement = 'review' | |
$_lang = null | |
$_type = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__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. |
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 |
getLang | ( | ) |
Returns the language of link title.
getType | ( | ) |
Returns the type of text construct (typically 'text', 'html' or 'xhtml')
setLang | ( | $lang | ) |
Sets the language of link title.
string | $lang | language of link title |
setType | ( | $type | ) |
Sets the type of text construct (typically 'text', 'html' or 'xhtml')
string | $type | type of text construct (typically 'text', 'html' or 'xhtml') |
|
protected |
Extracts XML attributes from the DOM and converts them to the appropriate object members.
DOMNode | $attribute | The DOMNode attribute to be handled. |
|
protected |
|
protected |
|
protected |
|
protected |