JDatabaseExporterMySQL::buildXmlStructure: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Builds the XML structure to export. | Builds the XML structure to export. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 30: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseExporterMySQL::buildXmlStructure|Other versions of JDatabaseExporterMySQL::buildXmlStructure]] | * [[API17:JDatabaseExporterMySQL::buildXmlStructure|Other versions of JDatabaseExporterMySQL::buildXmlStructure]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseExporterMySQL::buildXmlStructure | category=JDatabaseExporterMySQL::buildXmlStructure | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:35, 25 March 2017
JDatabaseExporterMySQL::buildXmlStructure
Description
Builds the XML structure to export.
protected function buildXmlStructure ()
| Parameter | Type | Default | Description |
|---|---|---|---|
| Exception | ifanerroroccurs. |
- Returns array An array of XML lines (strings).
- Defined on line 149 of libraries/joomla/database/database/mysqlexporter.php
- Since

See also
JDatabaseExporterMySQL::buildXmlStructure source code on BitBucket
Class JDatabaseExporterMySQL
Subpackage Database- Other versions of JDatabaseExporterMySQL::buildXmlStructure
User contributed notes
Code Examples