API17

Difference between revisions of "JDatabaseImporterMySQL::asXml"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Set the output option for the exporter to XML format.  
 
Set the output option for the exporter to XML format.  
  
{{Description:JDatabaseImporterMySQL::asXml}}
+
{{subst:Description:JDatabaseImporterMySQL::asXml}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDatabaseImporterMySQL::asXml|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function asXml ()
 
public function asXml ()
Line 19: Line 17:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 
* [[API17:JDatabaseImporterMySQL::asXml|Other versions of JDatabaseImporterMySQL::asXml]]
 
* [[API17:JDatabaseImporterMySQL::asXml|Other versions of JDatabaseImporterMySQL::asXml]]
{{SeeAlso:JDatabaseImporterMySQL::asXml}}
+
{{subst:SeeAlso:JDatabaseImporterMySQL::asXml}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseImporterMySQL::asXml|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:01, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseImporterMySQL::asXml[edit]

Description[edit]

Set the output option for the exporter to XML format.

{{subst:Description:JDatabaseImporterMySQL::asXml}}

public function asXml ()
  • Returns Method supports chaining.
  • Defined on line 86 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also[edit]

{{subst:SeeAlso:JDatabaseImporterMySQL::asXml}}

User contributed notes[edit]

<CodeExamplesForm />