|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 114 of file class.ilAdvancedMDRecordExportFiles.php.
| ilAdvancedMDRecordExportFiles::deleteByFileId | ( | $a_timest | ) |
Delete by file id.
@access public
Definition at line 134 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 153 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
| ilAdvancedMDRecordExportFiles::getFiles | ( | ) |
Get files.
@access public
Definition at line 94 of file class.ilAdvancedMDRecordExportFiles.php.
References 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 171 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 58 of file class.ilAdvancedMDRecordExportFiles.php.
References $data, $records, and getFiles().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.ilAdvancedMDRecordExportFiles.php.