Inheritance diagram for GenieGate_View_XMLExport:


Public Member Functions | |
| GenieGate_View_XMLExport (&$xml, $u, $g, $p) | |
| Construct an XML export View. | |
| display () | |
| does the actual export. | |
| param ($param=FALSE, $value=FALSE) | |
| Get/Set a named parameter. | |
| getLink ($qry=array()) | |
| Returns a link to this page. | |
This is used to produce an XML dump of all the data.
Definition at line 7 of file XMLExport.php.
|
||||||||||||||||||||
|
Construct an XML export View.
Definition at line 16 of file XMLExport.php. |
|
|
does the actual export. When this method is called, the information is sent through the XMLWriter object specified in the constructor. Reimplemented from GenieGate_View. Definition at line 27 of file XMLExport.php. References GenieGate_View::param(). |
|
|
Returns a link to this page.
|
|
||||||||||||
|
Get/Set a named parameter. With no parameters, returns an associative array of all the available parameters. (Same as $view->PARAM, but encapsulated) With 1 parameter, ($param) just returns the value of the named parameter. With 2 parameters, assigns $param a new value (returns old value).
Definition at line 36 of file View.php. Referenced by display(). |
Documentation generated by DoxyGen