ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor. | |
executeCommand () | |
Execute Command. | |
show ($a_deliver_file=false) | |
Show list of export files. | |
deliverData () | |
Deliver Data. | |
showFileList () | |
Show file list of available export files. | |
downloadExportFile () | |
Download export file. | |
confirmDeleteExportFile () | |
Confirm deletion of export files. | |
deleteExportFile () | |
Delete member export files. | |
export () | |
Export Create member export file and store it in data directory. |
Private Attributes | |
$ref_id | |
$obj_id | |
$ctrl | |
$tpl | |
$lng | |
$fields_info |
ilMemberExportGUI::__construct | ( | $a_ref_id | ) |
Constructor.
public
Definition at line 58 of file class.ilMemberExportGUI.php.
References $ilCtrl, $lng, $tpl, and ilExportFieldsInfo\_getInstance().
ilMemberExportGUI::confirmDeleteExportFile | ( | ) |
Confirm deletion of export files.
public
Definition at line 351 of file class.ilMemberExportGUI.php.
References $_POST, $_SESSION, $file, ilDatePresentation\formatDate(), IL_CAL_UNIX, ilUtil\sendFailure(), ilUtil\sendQuestion(), show(), and ilUtil\switchColor().
ilMemberExportGUI::deleteExportFile | ( | ) |
Delete member export files.
public
Definition at line 400 of file class.ilMemberExportGUI.php.
References $_SESSION, $file, ilUtil\sendSuccess(), and show().
ilMemberExportGUI::deliverData | ( | ) |
Deliver Data.
public
Definition at line 201 of file class.ilMemberExportGUI.php.
References $_SESSION, and $file.
Referenced by downloadExportFile().
ilMemberExportGUI::downloadExportFile | ( | ) |
Download export file.
public
Definition at line 316 of file class.ilMemberExportGUI.php.
References $_POST, $file, deliverData(), ilUtil\sendFailure(), and show().
ilMemberExportGUI::executeCommand | ( | ) |
Execute Command.
public
Definition at line 79 of file class.ilMemberExportGUI.php.
References $cmd, and ilPrivacySettings\_getInstance().
ilMemberExportGUI::export | ( | ) |
Export Create member export file and store it in data directory.
public
Definition at line 430 of file class.ilMemberExportGUI.php.
References $_POST, $_SESSION, $filename, $obj_id, ilExportUserSettings\set(), and show().
ilMemberExportGUI::show | ( | $a_deliver_file = false | ) |
Show list of export files.
public
Definition at line 115 of file class.ilMemberExportGUI.php.
References $obj_id, ilCourseDefinedFieldDefinition\_getFields(), ilUserDefinedFields\_getInstance(), ilUtil\formCheckbox(), and showFileList().
Referenced by confirmDeleteExportFile(), deleteExportFile(), downloadExportFile(), and export().
ilMemberExportGUI::showFileList | ( | ) |
Show file list of available export files.
public
Definition at line 224 of file class.ilMemberExportGUI.php.
References $_GET, $files, ilUtil\getImagePath(), and ilUtil\switchColor().
Referenced by show().
|
private |
Definition at line 45 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 49 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 47 of file class.ilMemberExportGUI.php.
Referenced by __construct().
|
private |
Definition at line 44 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 43 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 46 of file class.ilMemberExportGUI.php.
Referenced by __construct().