ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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.
public
Definition at line 42 of file class.ilAdvancedMDRecordExportFiles.php.
References ilUtil\getDataDir(), and init().
ilAdvancedMDRecordExportFiles::create | ( | $a_xml | ) |
Create new export file from xml string.
public
string | xml presentation |
Definition at line 106 of file class.ilAdvancedMDRecordExportFiles.php.
ilAdvancedMDRecordExportFiles::deleteByFileId | ( | $a_timest | ) |
Delete by file id.
public
Definition at line 127 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
ilAdvancedMDRecordExportFiles::getAbsolutePathByFileId | ( | $a_file_basename | ) |
Get absolut path by file id.
public
string | basename of file |
Definition at line 145 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
ilAdvancedMDRecordExportFiles::getFiles | ( | ) |
Get files.
public
Definition at line 88 of file class.ilAdvancedMDRecordExportFiles.php.
References $files, array, and ilUtil\getDir().
Referenced by readFilesInfo().
|
private |
init export directory
private
Definition at line 162 of file class.ilAdvancedMDRecordExportFiles.php.
References ilUtil\makeDirParents().
Referenced by __construct().
ilAdvancedMDRecordExportFiles::readFilesInfo | ( | ) |
Read files info.
public
Definition at line 57 of file class.ilAdvancedMDRecordExportFiles.php.
References $data, $name, $records, $title, $xml, array, getFiles(), and string.
|
protected |
Definition at line 34 of file class.ilAdvancedMDRecordExportFiles.php.