Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
User-provided review

__construct(
string|null $lang
=
null, string|null $type
=
null, string|null $value
=
null
)
:
void
Constructor for Zend_Gdata_Books_Extension_Review which User-provided review
Name | Type | Description |
---|---|---|
$lang | string|null | Review language. |
$type | string|null | Type of text construct (typically text, html, or xhtml). |
$value | string|null | Text content of the review. |

getDOM(
\DOMDocument $doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
\DOMElement
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.
Name | Type | Description |
---|---|---|
$doc | \DOMDocument | The DOMDocument used to construct DOMElements |
$majorVersion | ||
$minorVersion |
Type | Description |
---|---|
\DOMElement | The DOMElement representing this element and all child properties. |

getType(
)
:
string
Returns the type of text construct (typically 'text', 'html' or 'xhtml')
Type | Description |
---|---|
string | The type |

setLang(
string $lang
)
:
\Zend_Gdata_Books_Extension_Review
Sets the language of link title
Name | Type | Description |
---|---|---|
$lang | string | language of link title |
Type | Description |
---|---|
\Zend_Gdata_Books_Extension_Review | Provides a fluent interface |

setType(
string $type
)
:
\Zend_Gdata_Books_Extension_Review
Sets the type of text construct (typically 'text', 'html' or 'xhtml')
Name | Type | Description |
---|---|---|
$type | string | type of text construct (typically 'text', 'html' or 'xhtml') |
Type | Description |
---|---|
\Zend_Gdata_Books_Extension_Review | Provides a fluent interface |