ILIAS
release_4-4 Revision
|
Class ilOrgUnitExporter. More...
Public Member Functions | |
simpleExport ($orgu_ref_id) | |
sendAndCreateSimpleExportFile () | |
![]() | |
getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
Get head dependencies. More... | |
getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
Get xml. More... | |
getValidSchemaVersions ($a_entity) | |
Returns schema versions that the component can export to. More... | |
init () | |
Init method. More... | |
![]() | |
__construct () | |
Constructor. More... | |
getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
Get xml representation. More... | |
init () | |
setExportDirectories ($a_dir_relative, $a_dir_absolute) | |
Export directories. More... | |
getRelativeExportDirectory () | |
Get relative export directory. More... | |
getAbsoluteExportDirectory () | |
Get absolute export directory. More... | |
getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
Get head dependencies. More... | |
getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
Get tail dependencies. More... | |
getValidSchemaVersions ($a_entity) | |
Returns schema versions that the component can export to. More... | |
determineSchemaVersion ($a_entity, $a_target_release) | |
Determine schema version. More... | |
Private Member Functions | |
getStructure ($root_node_ref) | |
getAttrForOrgu ($orgu) | |
Additional Inherited Members | |
![]() | |
static | lookupExportDirectory ($a_obj_type, $a_obj_id, $a_export_type='xml', $a_entity="") |
export directory lookup More... | |
![]() | |
$dir_relative | |
$dir_absolute | |
Class ilOrgUnitExporter.
Definition at line 13 of file class.ilOrgUnitExporter.php.
|
private |
$orgu | ilObjOrgUnit |
Definition at line 141 of file class.ilOrgUnitExporter.php.
References ilObjOrgUnit\getRootOrgRefId().
Referenced by simpleExport().
|
private |
Definition at line 122 of file class.ilOrgUnitExporter.php.
Referenced by simpleExport().
ilOrgUnitExporter::sendAndCreateSimpleExportFile | ( | ) |
Definition at line 79 of file class.ilOrgUnitExporter.php.
References ilExport\_createExportDirectory(), ilExport\_getExportDirectory(), ilUtil\delDir(), ilUtil\deliverFile(), ilObjOrgUnit\getRootOrgId(), ilObjOrgUnit\getRootOrgRefId(), IL_CAL_UNIX, ILIAS_VERSION_NUMERIC, ilUtil\makeDirParents(), simpleExport(), and ilUtil\zip().
ilOrgUnitExporter::simpleExport | ( | $orgu_ref_id | ) |
Definition at line 17 of file class.ilOrgUnitExporter.php.
References $row, getAttrForOrgu(), ilObjOrgUnit\getRootOrgRefId(), and getStructure().
Referenced by sendAndCreateSimpleExportFile().