API17:JTable::toXML
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTable::toXML
Description
Method to export the instance properties to an XML string.
Description:JTable::toXML [Edit Descripton]
public function toXML ($mapKeysToText=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $mapKeysToText | boolean | false | True to map foreign keys to text values. |
- Returns string XML string representation of the instance.
- Defined on line 1309 of libraries/joomla/database/table.php
- Since
See also
-
JTable::toXML source code on BitBucket
-
Class JTable
-
Subpackage Database
- Other versions of JTable::toXML
SeeAlso:JTable::toXML [Edit See Also]
User contributed notes
<CodeExamplesForm />
