19 declare(strict_types=1);
    26     public function init(): void
    34             $GLOBALS[
'DIC']->logger()->root()->warning(
    35                 $a_id . 
' is not id of chatroom instance. Skipped generation of export XML.'    43         return $writer->getXML();
    50         if (
'chtr' === $a_entity) {
    52                 'component' => 
'components/ILIAS/ILIASObject',
    65                 'namespace' => 
'https://www.ilias.de/Modules/Chatroom/chtr/5_3',
    66                 'xsd_file' => 
'ilias_chtr_5_3.xsd',
    67                 'uses_dataset' => 
false,
    72                 'namespace' => 
'https://www.ilias.de/Modules/Chatroom/chtr/9',
    73                 'xsd_file' => 
'ilias_chtr_9.xsd',
    74                 'uses_dataset' => 
false,
 
Class ilChatroomXMLWriter. 
 
Class ilChatroomExporter. 
 
getValidSchemaVersions(string $a_entity)
 
getXmlExportTailDependencies(string $a_entity, string $a_target_release, array $a_ids)
 
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)
 
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id