ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Exporter class for sessions. More...
Public Member Functions | |
init () | |
getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
getValidSchemaVersions (string $a_entity) | |
Returns schema versions that the component can export to. More... | |
![]() | |
__construct () | |
setExport (ilExport $a_exp) | |
getExport () | |
getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
init () | |
setExportDirectories (string $a_dir_relative, string $a_dir_absolute) | |
getRelativeExportDirectory () | |
getAbsoluteExportDirectory () | |
getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
Get head dependencies. More... | |
getXmlExportTailDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
Get tail dependencies. More... | |
getValidSchemaVersions (string $a_entity) | |
Returns schema versions that the component can export to. More... | |
determineSchemaVersion (string $a_entity, string $a_target_release) | |
Protected Attributes | |
ILIAS Style Content DomainService | $content_style_domain |
![]() | |
ilExport | $exp |
Additional Inherited Members | |
![]() | |
static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") |
![]() | |
const | OBJ_TYPE = 'frm' |
const | UI_TAB_ID_INFO = 'info_short' |
const | UI_TAB_ID_SETTINGS = 'settings' |
const | UI_TAB_ID_MODERATORS = 'frm_moderators' |
const | UI_TAB_ID_THREADS = 'forums_threads' |
const | UI_TAB_ID_STATS = 'frm_statistics' |
const | UI_TAB_ID_EXPORT = 'export' |
const | UI_TAB_ID_PERMISSIONS = 'perm_settings' |
const | UI_SUB_TAB_ID_BASIC_SETTINGS = 'general' |
const | UI_SUB_TAB_ID_NOTIFICATIONS = 'notifications' |
const | UI_SUB_TAB_ID_NEWS = 'cont_news_settings' |
const | UI_SUB_TAB_ID_STYLE = 'cont_style' |
const | UI_CMD_COPAGE_DOWNLOAD_FILE = 'downloadFile' |
const | UI_CMD_COPAGE_DISPLAY_FULLSCREEN = 'displayMediaFullscreen' |
const | UI_CMD_COPAGE_DOWNLOAD_PARAGRAPH = 'download_paragraph' |
ilForumExporter::getValidSchemaVersions | ( | string | $a_entity | ) |
Returns schema versions that the component can export to.
ILIAS chooses the first one, that has min/max constraints which fit to the target release. Please put the newest on top.
Definition at line 121 of file class.ilForumExporter.php.
ilForumExporter::getXmlExportTailDependencies | ( | string | $a_entity, |
string | $a_target_release, | ||
array | $a_ids | ||
) |
Definition at line 59 of file class.ilForumExporter.php.
References ilObjectFactory\getInstanceByObjId().
ilForumExporter::getXmlRepresentation | ( | string | $a_entity, |
string | $a_schema_version, | ||
string | $a_id | ||
) |
Definition at line 40 of file class.ilForumExporter.php.
References ilObject\_lookupType(), ilXmlExporter\getAbsoluteExportDirectory(), and ilFileUtils\makeDirParents().
ilForumExporter::init | ( | ) |
|
protected |
Definition at line 29 of file class.ilForumExporter.php.