ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Export settings gui. More...
Public Member Functions | |
__construct ($a_parent_type) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
Data Fields | |
const | TYPE_PRINT_VIEW_SETTINGS = 'print_view' |
const | TYPE_EXPORT_SETTINGS = 'member_export' |
Protected Member Functions | |
printViewSettings (ilPropertyFormGUI $form=null) | |
Show print view settings. More... | |
initForm ($a_type) | |
init settings form More... | |
savePrintViewSettings () | |
Save print view settings. More... | |
Private Member Functions | |
getLang () | |
Get language. More... | |
Private Attributes | |
$parent_type = '' | |
Export settings gui.
Definition at line 11 of file class.ilMemberExportSettingsGUI.php.
ilMemberExportSettingsGUI::__construct | ( | $a_parent_type | ) |
Constructor.
Definition at line 23 of file class.ilMemberExportSettingsGUI.php.
References $GLOBALS.
ilMemberExportSettingsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 46 of file class.ilMemberExportSettingsGUI.php.
References $cmd.
|
private |
Get language.
Definition at line 37 of file class.ilMemberExportSettingsGUI.php.
References $lng.
Referenced by initForm().
|
protected |
init settings form
Definition at line 79 of file class.ilMemberExportSettingsGUI.php.
References $a_type, $GLOBALS, ilUserDefinedFields\_getInstance(), ilPrivacySettings\_getInstance(), ilExportFieldsInfo\_getInstanceByType(), array, and getLang().
Referenced by printViewSettings(), and savePrintViewSettings().
|
protected |
Show print view settings.
Definition at line 66 of file class.ilMemberExportSettingsGUI.php.
References $GLOBALS, and initForm().
|
protected |
Save print view settings.
Definition at line 199 of file class.ilMemberExportSettingsGUI.php.
References $GLOBALS, ilUserFormSettings\deleteAllForPrefix(), initForm(), and ilUtil\sendSuccess().
|
private |
Definition at line 17 of file class.ilMemberExportSettingsGUI.php.
const ilMemberExportSettingsGUI::TYPE_EXPORT_SETTINGS = 'member_export' |
Definition at line 14 of file class.ilMemberExportSettingsGUI.php.
const ilMemberExportSettingsGUI::TYPE_PRINT_VIEW_SETTINGS = 'print_view' |
Definition at line 13 of file class.ilMemberExportSettingsGUI.php.