|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Export settings gui. More...
Collaboration diagram for ilMemberExportSettingsGUI: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().
Here is the caller graph for this function:
|
protected |
init settings form
Definition at line 79 of file class.ilMemberExportSettingsGUI.php.
References $a_type, $GLOBALS, ilPrivacySettings\_getInstance(), ilUserDefinedFields\_getInstance(), ilExportFieldsInfo\_getInstanceByType(), getLang(), and TYPE_PRINT_VIEW_SETTINGS.
Referenced by printViewSettings(), and savePrintViewSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show print view settings.
Definition at line 66 of file class.ilMemberExportSettingsGUI.php.
References $GLOBALS, and initForm().
Here is the call graph for this function:
|
protected |
Save print view settings.
Definition at line 199 of file class.ilMemberExportSettingsGUI.php.
References $GLOBALS, ilUserFormSettings\deleteAllForPrefix(), initForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
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.
Referenced by initForm().