|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for ilExport:Public Member Functions | |
| _getExportDirectory ($a_obj_id, $a_type="xml", $a_obj_type="") | |
| Get export directory. | |
| _getExportFiles ($a_obj_id, $a_export_types="", $a_obj_type="") | |
| Get Export Files. | |
| _createExportDirectory ($a_obj_id, $a_export_type="xml", $a_obj_type="") | |
| Create export directory. | |
| _generateIndexFile ($a_filename, $a_obj_id, $a_files, $a_type="") | |
| Generates an index.html file including links to all xml files included (for container exports) | |
Static Public Member Functions | |
| static | _getFileTypeString ($a_obj_type) |
| Get file type string. | |
| static | _getValidExportSubItems ($a_ref_id) |
| Get a list of subitems of a repository resource, that implement the export. | |
| static | _getLastExportFileDate ($a_obj_id, $a_type="", $a_obj_type="") |
| Get date of last export file. | |
| static | _getLastExportFileInformation ($a_obj_id, $a_type="", $a_obj_type="") |
| Get last export file information. | |
Static Public Attributes | |
| static | $export_implementer = array("tst", "lm", "glo") |
| static | $file_type_str = array("tst" => "test_") |
Definition at line 13 of file class.ilExport.php.
| ilExport::_createExportDirectory | ( | $a_obj_id, | |
$a_export_type = "xml", |
|||
$a_obj_type = "" |
|||
| ) |
Create export directory.
Definition at line 184 of file class.ilExport.php.
References $ilErr, ilObject\_lookupType(), ilUtil\getDataDir(), and ilUtil\makeDir().
Referenced by ilObjGlossary\createExportDirectory().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExport::_generateIndexFile | ( | $a_filename, | |
| $a_obj_id, | |||
| $a_files, | |||
$a_type = "" |
|||
| ) |
Generates an index.html file including links to all xml files included (for container exports)
Definition at line 231 of file class.ilExport.php.
References $f, $file, $lng, ilObject\_lookupTitle(), ilObject\_lookupType(), and ilUtil\getStyleSheetLocation().
Referenced by ilCourseArchives\addXML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExport::_getExportDirectory | ( | $a_obj_id, | |
$a_type = "xml", |
|||
$a_obj_type = "" |
|||
| ) |
Get export directory.
Definition at line 98 of file class.ilExport.php.
References ilObject\_lookupType(), and ilUtil\getDataDir().
Referenced by ilCourseArchives\__addZipFiles(), _getExportFiles(), and ilObjGlossary\getExportDirectory().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExport::_getExportFiles | ( | $a_obj_id, | |
$a_export_types = "", |
|||
$a_obj_type = "" |
|||
| ) |
Get Export Files.
Definition at line 120 of file class.ilExport.php.
References $dir, $file, $type, _getExportDirectory(), _getFileTypeString(), and ilObject\_lookupType().
Referenced by _getLastExportFileDate(), _getLastExportFileInformation(), and ilObjGlossary\getExportFiles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get file type string.
| string | Object Type |
Definition at line 27 of file class.ilExport.php.
Referenced by _getExportFiles().
Here is the caller graph for this function:
|
static |
Get date of last export file.
Definition at line 66 of file class.ilExport.php.
References $files, _getExportFiles(), and ilUtil\sortArray().
Referenced by _getValidExportSubItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get last export file information.
Definition at line 80 of file class.ilExport.php.
References $files, _getExportFiles(), and ilUtil\sortArray().
Referenced by ilCourseArchives\__addZipFiles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get a list of subitems of a repository resource, that implement the export.
Includes also information on last export file.
Definition at line 43 of file class.ilExport.php.
References _getLastExportFileDate().
Referenced by ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 16 of file class.ilExport.php.
|
static |
Definition at line 20 of file class.ilExport.php.