[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 152 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Books_Extension_Review:: (7 methods):
__construct()
getDOM()
takeAttributeFromDOM()
getLang()
getType()
setLang()
setType()
Class: Zend_Gdata_Books_Extension_Review - X-Ref
User-provided review__construct($lang = null, $type = null, $value = null) X-Ref |
Constructor for Zend_Gdata_Books_Extension_Review which User-provided review param: string|null $lang Review language. param: string|null $type Type of text construct (typically text, html, param: string|null $value Text content of the review. |
getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
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. param: DOMDocument $doc The DOMDocument used to construct DOMElements return: DOMElement The DOMElement representing this element and all |
takeAttributeFromDOM($attribute) X-Ref |
Extracts XML attributes from the DOM and converts them to the appropriate object members. param: DOMNode $attribute The DOMNode attribute to be handled. |
getLang() X-Ref |
Returns the language of link title return: string The lang |
getType() X-Ref |
Returns the type of text construct (typically 'text', 'html' or 'xhtml') return: string The type |
setLang($lang) X-Ref |
Sets the language of link title param: string $lang language of link title return: Zend_Gdata_Books_Extension_Review Provides a fluent interface |
setType($type) X-Ref |
Sets the type of text construct (typically 'text', 'html' or 'xhtml') param: string $type type of text construct (typically 'text', 'html' or 'xhtml') return: Zend_Gdata_Books_Extension_Review Provides a fluent interface |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |