ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Export settings gui. More...
Public Member Functions | |
__construct ($a_parent_type, $a_parent_obj_id=0) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
Data Fields | |
const | TYPE_PRINT_VIEW_SETTINGS = 'print_view' |
const | TYPE_EXPORT_SETTINGS = 'member_export' |
const | TYPE_PRINT_VIEW_MEMBERS = 'prv_members' |
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 = '' | |
$parent_obj_id = 0 | |
Export settings gui.
Definition at line 11 of file class.ilMemberExportSettingsGUI.php.
ilMemberExportSettingsGUI::__construct | ( | $a_parent_type, | |
$a_parent_obj_id = 0 |
|||
) |
Constructor.
Definition at line 25 of file class.ilMemberExportSettingsGUI.php.
References $GLOBALS.
ilMemberExportSettingsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 49 of file class.ilMemberExportSettingsGUI.php.
|
private |
Get language.
Definition at line 40 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, $form, $GLOBALS, $id, $name, $parent_obj_id, ilUserDefinedFields\_getInstance(), ilPrivacySettings\_getInstance(), ilExportFieldsInfo\_getInstanceByType(), and getLang().
Referenced by printViewSettings(), and savePrintViewSettings().
|
protected |
Show print view settings.
Definition at line 67 of file class.ilMemberExportSettingsGUI.php.
References $form, $GLOBALS, and initForm().
|
protected |
Save print view settings.
Definition at line 196 of file class.ilMemberExportSettingsGUI.php.
References $form, $GLOBALS, $parent_obj_id, ilUserFormSettings\deleteAllForPrefix(), and initForm().
|
private |
Definition at line 19 of file class.ilMemberExportSettingsGUI.php.
Referenced by initForm(), and savePrintViewSettings().
|
private |
Definition at line 18 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_MEMBERS = 'prv_members' |
Definition at line 15 of file class.ilMemberExportSettingsGUI.php.
const ilMemberExportSettingsGUI::TYPE_PRINT_VIEW_SETTINGS = 'print_view' |
Definition at line 13 of file class.ilMemberExportSettingsGUI.php.