ILIAS
release_4-3 Revision
|
Public Member Functions | |
__construct () | |
Constructor. | |
readFilesInfo () | |
Read files info. | |
getFiles () | |
Get files. | |
create ($a_xml) | |
Create new export file from xml string. | |
deleteByFileId ($a_timest) | |
Delete by file id. | |
getAbsolutePathByFileId ($a_file_basename) | |
Get absolut path by file id. |
Protected Attributes | |
$export_dir = '' |
Private Member Functions | |
init () | |
init export directory |
Definition at line 32 of file class.ilAdvancedMDRecordExportFiles.php.
ilAdvancedMDRecordExportFiles::__construct | ( | ) |
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 110 of file class.ilAdvancedMDRecordExportFiles.php.
ilAdvancedMDRecordExportFiles::deleteByFileId | ( | $a_timest | ) |
Delete by file id.
public
Definition at line 130 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 149 of file class.ilAdvancedMDRecordExportFiles.php.
References $ilLog.
ilAdvancedMDRecordExportFiles::getFiles | ( | ) |
Get files.
public
Definition at line 90 of file class.ilAdvancedMDRecordExportFiles.php.
References ilUtil\getDir().
Referenced by readFilesInfo().
|
private |
init export directory
private
Definition at line 167 of file class.ilAdvancedMDRecordExportFiles.php.
References ilUtil\makeDirParents().
Referenced by __construct().
ilAdvancedMDRecordExportFiles::readFilesInfo | ( | ) |
Read files info.
public
Definition at line 54 of file class.ilAdvancedMDRecordExportFiles.php.
References $data, $title, and getFiles().
|
protected |
Definition at line 34 of file class.ilAdvancedMDRecordExportFiles.php.