ILIAS
release_8 Revision v8.19
|
Class for category export. More...
Protected Member Functions | |
initWriter (ilContainerReference $ref) | |
Init xml writer. More... | |
![]() | |
initWriter (ilContainerReference $ref) | |
Additional Inherited Members | |
![]() | |
getXmlExportHeadDependencies (string $a_entity, string $a_target_release, array $a_ids) | |
getXmlRepresentation (string $a_entity, string $a_schema_version, string $a_id) | |
getValidSchemaVersions (string $a_entity) | |
init () | |
![]() | |
__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) | |
![]() | |
static | lookupExportDirectory (string $a_obj_type, int $a_obj_id, string $a_export_type='xml', string $a_entity="") |
![]() | |
string | $dir_relative = "" |
string | $dir_absolute = "" |
ilExport | $exp |
Class for category export.
Definition at line 14 of file class.ilCourseReferenceExporter.php.
|
protected |
Init xml writer.
ilContainerReference | $ref |
Definition at line 21 of file class.ilCourseReferenceExporter.php.