|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilAdvancedMDRecordExportFiles:Public Member Functions | |
| __construct (int $a_obj_id=null) | |
| readFilesInfo () | |
| Read files info @access public. More... | |
| getFiles () | |
| Get files. More... | |
| create (string $a_xml) | |
| Create new export file from xml string. More... | |
| deleteByFileId (int $a_timest) | |
| getAbsolutePathByFileId (int $a_file_basename) | |
Protected Attributes | |
| string | $export_dir = '' |
Private Member Functions | |
| init () | |
| init export directory @access private More... | |
Definition at line 31 of file class.ilAdvancedMDRecordExportFiles.php.
| ilAdvancedMDRecordExportFiles::__construct | ( | int | $a_obj_id = null | ) |
Definition at line 35 of file class.ilAdvancedMDRecordExportFiles.php.
References ilFileUtils\getDataDir(), and init().
Here is the call graph for this function:| ilAdvancedMDRecordExportFiles::create | ( | string | $a_xml | ) |
Create new export file from xml string.
Definition at line 94 of file class.ilAdvancedMDRecordExportFiles.php.
References $DIC.
| ilAdvancedMDRecordExportFiles::deleteByFileId | ( | int | $a_timest | ) |
Definition at line 109 of file class.ilAdvancedMDRecordExportFiles.php.
References $DIC.
| ilAdvancedMDRecordExportFiles::getAbsolutePathByFileId | ( | int | $a_file_basename | ) |
Definition at line 122 of file class.ilAdvancedMDRecordExportFiles.php.
References $DIC.
| ilAdvancedMDRecordExportFiles::getFiles | ( | ) |
Get files.
Definition at line 79 of file class.ilAdvancedMDRecordExportFiles.php.
References ilFileUtils\getDir().
Referenced by readFilesInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
init export directory @access private
Definition at line 140 of file class.ilAdvancedMDRecordExportFiles.php.
References ilFileUtils\makeDirParents().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdvancedMDRecordExportFiles::readFilesInfo | ( | ) |
Read files info @access public.
Definition at line 49 of file class.ilAdvancedMDRecordExportFiles.php.
References $data, $name, $xml, and getFiles().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.ilAdvancedMDRecordExportFiles.php.