[ 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: | 100 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Spreadsheets_Extension_Custom:: (5 methods):
__construct()
getDOM()
transferFromDOM()
setColumnName()
getColumnName()
Class: Zend_Gdata_Spreadsheets_Extension_Custom - X-Ref
Concrete class for working with custom gsx elements.__construct($column = null, $value = null) X-Ref |
Constructs a new Zend_Gdata_Spreadsheets_Extension_Custom object. param: string $column (optional) The column/tag name of the element. param: string $value (optional) The text content of the element. |
getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
No description |
transferFromDOM($node) X-Ref |
Transfers each child and attribute into member variables. This is called when XML is received over the wire and the data model needs to be built to represent this XML. param: DOMNode $node The DOMNode that represents this object's data |
setColumnName($column) X-Ref |
Sets the column/tag name of the element. param: string $column The new column name. |
getColumnName() X-Ref |
Gets the column name of the element return: string The column name. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |