|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilAdvancedMDRecordExportFiles:Public Member Functions | |
| __construct ($a_obj_id=null) | |
| Constructor. More... | |
| readFilesInfo () | |
| Read files info. More... | |
| getFiles () | |
| Get files. More... | |
| create ($a_xml) | |
| Create new export file from xml string. More... | |
| deleteByFileId ($a_timest) | |
| Delete by file id. More... | |
| getAbsolutePathByFileId ($a_file_basename) | |
| Get absolut path by file id. More... | |
Protected Attributes | |
| $export_dir = '' | |
Private Member Functions | |
| init () | |
| init export directory More... | |
Definition at line 32 of file class.ilAdvancedMDRecordExportFiles.php.
| ilAdvancedMDRecordExportFiles::__construct | ( | $a_obj_id = null | ) |
Constructor.
@access public
Definition at line 42 of file class.ilAdvancedMDRecordExportFiles.php.
References ilUtil\getDataDir(), and init().
Here is the call graph for this function:| ilAdvancedMDRecordExportFiles::create | ( | $a_xml | ) |
Create new export file from xml string.
@access public
| string | xml presentation |
Definition at line 106 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
| ilAdvancedMDRecordExportFiles::deleteByFileId | ( | $a_timest | ) |
Delete by file id.
@access public
Definition at line 127 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
| ilAdvancedMDRecordExportFiles::getAbsolutePathByFileId | ( | $a_file_basename | ) |
Get absolut path by file id.
@access public
| string | basename of file |
Definition at line 145 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
| ilAdvancedMDRecordExportFiles::getFiles | ( | ) |
Get files.
@access public
Definition at line 88 of file class.ilAdvancedMDRecordExportFiles.php.
References $files, and ilUtil\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 162 of file class.ilAdvancedMDRecordExportFiles.php.
References ilUtil\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 57 of file class.ilAdvancedMDRecordExportFiles.php.
References $data, $name, $records, $title, $xml, and getFiles().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.ilAdvancedMDRecordExportFiles.php.