ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilOrgUnitExporter. More...
Public Member Functions | |
simpleExport ($orgu_ref_id) | |
sendAndCreateSimpleExportFile () | |
Public Member Functions inherited from ilCategoryExporter | |
getXmlExportHeadDependencies ($a_entity, $a_target_release, $a_ids) | |
Get head dependencies. | |
getXmlRepresentation ($a_entity, $a_schema_version, $a_id) | |
Get xml. | |
getValidSchemaVersions ($a_entity) | |
Returns schema versions that the component can export to. | |
init () | |
Init method. | |
Public Member Functions inherited from ilXmlExporter | |
__construct () | |
Constructor. | |
setExportDirectories ($a_dir_relative, $a_dir_absolute) | |
Export directories. | |
getRelativeExportDirectory () | |
Get relative export directory. | |
getAbsoluteExportDirectory () | |
Get absolute export directory. | |
getXmlExportTailDependencies ($a_entity, $a_target_release, $a_ids) | |
Get tail dependencies. | |
determineSchemaVersion ($a_entity, $a_target_release) | |
Determine schema version. |
Private Member Functions | |
getStructure ($root_node_ref) | |
getAttrForOrgu ($orgu) |
Additional Inherited Members | |
Static Public Member Functions inherited from ilXmlExporter | |
static | lookupExportDirectory ($a_obj_type, $a_obj_id, $a_export_type= 'xml', $a_entity="") |
export directory lookup | |
Protected Attributes inherited from ilXmlExporter | |
$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 getAttrForOrgu(), ilObjOrgUnit\getRootOrgRefId(), and getStructure().
Referenced by sendAndCreateSimpleExportFile().