Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
check () | |
Fonctions membres publiques hérités de DatabaseExporter | |
__construct () | |
__toString () | |
asXml () | |
check () | |
from ($from) | |
setDbo (DatabaseInterface $db) | |
withStructure ($setting=true) | |
withData ($setting=false) | |
Fonctions membres protégées | |
buildXml () | |
buildXmlStructure () | |
Fonctions membres protégées hérités de DatabaseExporter | |
buildXml () | |
buildXmlStructure () | |
getGenericTableName ($table) | |
buildXmlData () | |
Membres hérités additionnels | |
Attributs protégés hérités de DatabaseExporter | |
$asFormat = 'xml' | |
$cache = ['columns' => [] | |
$db | |
$from = [] | |
$options | |
MySQLi Database Exporter.
|
protected |
Builds the XML data for the tables to export.
Références $buffer, DatabaseExporter\buildXmlData(), et MysqliExporter\buildXmlStructure().
|
protected |
Builds the XML structure to export.
Références $buffer, $field, $fields, $key, ENT_COMPAT, DatabaseExporter\from(), et DatabaseExporter\getGenericTableName().
Référencé par MysqliExporter\buildXml().
check | ( | ) |
Checks if all data and options are in order prior to exporting.
Références $this, et DatabaseExporter\from().