API17

API17:JTable::toXML

From Joomla! Documentation

Joomla 11.1 JTable::toXML

Description

Method to export the instance properties to an XML string.


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 Joomla 11.1

See also


User contributed notes

Code Examples