| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilSetupGUI:
 Collaboration diagram for ilSetupGUI:| Public Member Functions | |
| ilSetupGUI () | |
| Constructor. | |
| cmdInstall () | |
| process valid commands for pre-installation status | |
| cmdAdmin () | |
| process valid commands for admins | |
| cmdClient () | |
| process valid commands for all clients | |
| setDisplayMode ($a_mode) | |
| set display mode to 'view' or 'setup' 'setup' -> show status panel and (prev/next) navigation buttons 'view' -> show overall status and tabs under title bar | |
| displayHeader () | |
| display header with admin links and language flags | |
| displayFooter () | |
| page output and set title | |
| displayNavButtons () | |
| display navigation buttons | |
| SetButtonPrev ($a_cmd=0, $a_lng=0) | |
| set previous navigation button | |
| SetButtonNext ($a_cmd, $a_lng=0) | |
| set next navigation button | |
| displayClientOverview () | |
| display client overview panel | |
| initClientOverviewForm () | |
| Init client overview form. | |
| displayPreliminaries () | |
| display preliminaries page | |
| displayMasterSetup ($a_omit_init=false) | |
| display master setup form & process form input | |
| changeMasterSettings ($a_omit_init=false) | |
| display master settings and process form input | |
| initBasicSettingsForm ($a_install=false) | |
| Init basic settings form. | |
| getBasicSettingsValues () | |
| Get current values for basic settings from. | |
| saveBasicSettings () | |
| Save basic settings form. | |
| updateBasicSettings () | |
| Update basic settings form. | |
| loginClient () | |
| login to a client | |
| displayLogin ($a_omit_minit=false, $a_omit_cinit=false) | |
| display login form and process form | |
| performMLogin () | |
| Master Login. | |
| performLogin () | |
| Login. | |
| initClientLoginForm () | |
| Init client login form. | |
| initMasterLoginForm () | |
| Init master login form. | |
| displayClientList () | |
| display client list and process form input | |
| determineToolsPath () | |
| Determine tools paths. | |
| determineToolsPathInstall () | |
| Determine tools paths. | |
| determineTools ($a_tools="") | |
| Determine Tools. | |
| selectDBType () | |
| Select database type. | |
| initDBSelectionForm () | |
| Init db selection form. | |
| displayIni ($a_omit_form_init=false) | |
| display setup in step | |
| initClientIniForm () | |
| Init client ini form. | |
| getClientIniValues () | |
| Get current values for client ini from. | |
| saveClientIni () | |
| Save client ini form. | |
| displayError ($a_message) | |
| display error page | |
| displayLogout () | |
| display logout page | |
| displayProcessPanel () | |
| display process panel | |
| displayStatusPanel () | |
| display status panel | |
| checkDisplayMode ($a_title="") | |
| determine display mode and load according html layout | |
| checkPanelMode () | |
| determine display mode and load correct panel | |
| displayStartup () | |
| display intro page for the first client installation | |
| displayDatabase () | |
| display database form and process form input | |
| initClientDbForm ($a_install=true, $dbupdate=null, $db_status=false, $hotfix_available=false) | |
| Init client db form. | |
| getClientDbFormValues ($dbupdate=null) | |
| Get current values for client db from. | |
| installDatabase () | |
| Install the database. | |
| updateDatabase () | |
| Update database. | |
| applyHotfix () | |
| Apply hotfixes. | |
| displaySessions () | |
| display sessions form and process form input | |
| displayLanguages () | |
| display language form and process form input | |
| saveLanguages () | |
| Save languages. | |
| displayContactData ($a_omit_init=false) | |
| display contact data form and process form input | |
| initContactDataForm () | |
| Init contact data form. | |
| getContactValues () | |
| Get current values for contact from. | |
| saveContact () | |
| Save contact form. | |
| displayNIC ($a_omit_init=false) | |
| display nic registration form and process form input | |
| initRegistrationForm ($a_mode="edit") | |
| Init registration form. | |
| getRegistrationValues () | |
| Get current values for registration from. | |
| saveRegistration () | |
| Save registration form. | |
| displayTools () | |
| display tools | |
| reloadControlStructure () | |
| reload control structure | |
| changeMasterPassword () | |
| display change password form and process form input | |
| displayFinishSetup () | |
| display finish setup page | |
| displayDeleteConfirmation () | |
| display delete client confirmation form and process form input | |
| changeAccessMode ($a_back) | |
| enable/disable access to a client | |
| changeDefaultClient () | |
| set defualt client | |
| validateSetup () | |
| validatesetup status again and set access mode of the first client to online | |
| jumpToFirstUnfinishedSetupStep () | |
| if setting up a client was not finished, jump back to the first uncompleted setup step | |
| toggleClientList () | |
| enable/disable client list on index page | |
| Data Fields | |
| $tpl | |
| $lng | |
| $log | |
| $btn_prev_on = false | |
| $btn_prev_cmd | |
| $btn_prev_lng | |
| $btn_next_on = false | |
| $btn_next_cmd | |
| $btn_next_lng | |
| $revision | |
| $version | |
| $lang | |
| $cmd | |
| $display_mode = "view" | |
Setup GUI class.
class to setup ILIAS first and maintain the ini-settings and the database
Definition at line 14 of file class.ilSetupGUI.php.
| ilSetupGUI::applyHotfix | ( | ) | 
Apply hotfixes.
Definition at line 2308 of file class.ilSetupGUI.php.
References $ilCtrlStructureReader, $ilDB, $row, ilUtil\redirect(), and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::changeAccessMode | ( | $a_back | ) | 
enable/disable access to a client
| string | jump back to this script | 
Definition at line 3168 of file class.ilSetupGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdClient().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::changeDefaultClient | ( | ) | 
set defualt client
Definition at line 3190 of file class.ilSetupGUI.php.
References $_POST, $client, ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::changeMasterPassword | ( | ) | 
display change password form and process form input
Definition at line 3003 of file class.ilSetupGUI.php.
References $_POST, ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::changeMasterSettings | ( | $a_omit_init = false | ) | 
display master settings and process form input
Definition at line 908 of file class.ilSetupGUI.php.
References getBasicSettingsValues(), and initBasicSettingsForm().
Referenced by cmdAdmin(), and updateBasicSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::checkDisplayMode | ( | $a_title = "" | ) | 
determine display mode and load according html layout
| string | set title for display mode 'setup' | 
Definition at line 1908 of file class.ilSetupGUI.php.
References displayError(), and exit.
Referenced by displayClientOverview(), displayContactData(), displayDatabase(), displayDeleteConfirmation(), displayFinishSetup(), displayIni(), displayLanguages(), displayNIC(), displaySessions(), displayTools(), and selectDBType().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::checkPanelMode | ( | ) | 
determine display mode and load correct panel
Definition at line 1935 of file class.ilSetupGUI.php.
References displayProcessPanel(), and displayStatusPanel().
Referenced by displayContactData(), displayDatabase(), displayDeleteConfirmation(), displayFinishSetup(), displayIni(), displayLanguages(), displayNIC(), displaySessions(), and selectDBType().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::cmdAdmin | ( | ) | 
process valid commands for admins
Definition at line 187 of file class.ilSetupGUI.php.
References $cmd, changeDefaultClient(), changeMasterPassword(), changeMasterSettings(), cmdClient(), determineToolsPath(), displayClientList(), displayDeleteConfirmation(), displayIni(), displayPreliminaries(), displayStartup(), selectDBType(), setDisplayMode(), and toggleClientList().
Referenced by ilSetupGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::cmdClient | ( | ) | 
process valid commands for all clients
Definition at line 273 of file class.ilSetupGUI.php.
References $_GET, $cmd, changeAccessMode(), displayClientOverview(), displayContactData(), displayDatabase(), displayError(), displayFinishSetup(), displayIni(), displayLanguages(), displayLogout(), displayNIC(), displaySessions(), displayTools(), jumpToFirstUnfinishedSetupStep(), ilUtil\redirect(), reloadControlStructure(), and setDisplayMode().
Referenced by cmdAdmin(), and ilSetupGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::cmdInstall | ( | ) | 
process valid commands for pre-installation status
Definition at line 155 of file class.ilSetupGUI.php.
References $cmd, determineToolsPathInstall(), displayError(), displayMasterSetup(), and displayPreliminaries().
Referenced by ilSetupGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::determineTools | ( | $a_tools = "" | ) | 
Determine Tools.
Definition at line 1424 of file class.ilSetupGUI.php.
References $dir, $dirs, $ret, and ilUtil\isWindows().
Referenced by determineToolsPath(), and initBasicSettingsForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::determineToolsPath | ( | ) | 
Determine tools paths.
Definition at line 1407 of file class.ilSetupGUI.php.
References $_POST, determineTools(), and updateBasicSettings().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::determineToolsPathInstall | ( | ) | 
Determine tools paths.
Definition at line 1416 of file class.ilSetupGUI.php.
References displayMasterSetup().
Referenced by cmdInstall().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayClientList | ( | ) | 
display client list and process form input
Definition at line 1381 of file class.ilSetupGUI.php.
References $_SESSION, $tab, and ilUtil\sendInfo().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayClientOverview | ( | ) | 
display client overview panel
Definition at line 647 of file class.ilSetupGUI.php.
References checkDisplayMode(), displayStatusPanel(), and initClientOverviewForm().
Referenced by cmdClient().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayContactData | ( | $a_omit_init = false | ) | 
display contact data form and process form input
Definition at line 2580 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), getContactValues(), and initContactDataForm().
Referenced by cmdClient(), jumpToFirstUnfinishedSetupStep(), and saveContact().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayDatabase | ( | ) | 
display database form and process form input
Definition at line 1971 of file class.ilSetupGUI.php.
References $ilDB, $ilErr, $ilLog, checkDisplayMode(), checkPanelMode(), getClientDbFormValues(), and initClientDbForm().
Referenced by cmdClient(), and jumpToFirstUnfinishedSetupStep().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayDeleteConfirmation | ( | ) | 
display delete client confirmation form and process form input
Definition at line 3112 of file class.ilSetupGUI.php.
References $_POST, $files, $ini, checkDisplayMode(), checkPanelMode(), ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayError | ( | $a_message | ) | 
display error page
| string | error message | 
Definition at line 1796 of file class.ilSetupGUI.php.
References $_SESSION, and exit.
Referenced by checkDisplayMode(), cmdClient(), and cmdInstall().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayFinishSetup | ( | ) | 
display finish setup page
Definition at line 3072 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), and validateSetup().
Referenced by cmdClient(), and jumpToFirstUnfinishedSetupStep().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayFooter | ( | ) | 
page output and set title
Definition at line 552 of file class.ilSetupGUI.php.
References displayNavButtons().
Referenced by ilSetupGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayHeader | ( | ) | 
display header with admin links and language flags
Definition at line 446 of file class.ilSetupGUI.php.
References $_GET, and ILIAS_VERSION.
Referenced by ilSetupGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayIni | ( | $a_omit_form_init = false | ) | 
display setup in step
Definition at line 1540 of file class.ilSetupGUI.php.
References $_POST, $_SESSION, checkDisplayMode(), checkPanelMode(), getClientIniValues(), and initClientIniForm().
Referenced by cmdAdmin(), cmdClient(), and saveClientIni().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayLanguages | ( | ) | 
display language form and process form input
Definition at line 2483 of file class.ilSetupGUI.php.
References $tab, checkDisplayMode(), checkPanelMode(), and ilUtil\sendFailure().
Referenced by cmdClient(), and jumpToFirstUnfinishedSetupStep().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayLogin | ( | $a_omit_minit = false, | |
| $a_omit_cinit = false | |||
| ) | 
display login form and process form
Definition at line 1240 of file class.ilSetupGUI.php.
References $lng, initClientLoginForm(), and initMasterLoginForm().
Referenced by ilSetupGUI(), performLogin(), and performMLogin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayLogout | ( | ) | 
display logout page
Definition at line 1813 of file class.ilSetupGUI.php.
Referenced by cmdClient().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayMasterSetup | ( | $a_omit_init = false | ) | 
display master setup form & process form input
Definition at line 884 of file class.ilSetupGUI.php.
References initBasicSettingsForm().
Referenced by cmdInstall(), determineToolsPathInstall(), and saveBasicSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayNavButtons | ( | ) | 
display navigation buttons
Definition at line 577 of file class.ilSetupGUI.php.
Referenced by displayFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayNIC | ( | $a_omit_init = false | ) | 
display nic registration form and process form input
Definition at line 2750 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), getRegistrationValues(), and initRegistrationForm().
Referenced by cmdClient(), jumpToFirstUnfinishedSetupStep(), and saveRegistration().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayPreliminaries | ( | ) | 
display preliminaries page
Definition at line 800 of file class.ilSetupGUI.php.
References $cmd.
Referenced by cmdAdmin(), and cmdInstall().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayProcessPanel | ( | ) | 
display process panel
Definition at line 1830 of file class.ilSetupGUI.php.
Referenced by checkPanelMode(), and displayStartup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displaySessions | ( | ) | 
display sessions form and process form input
Definition at line 2366 of file class.ilSetupGUI.php.
References $_POST, $valid, checkDisplayMode(), checkPanelMode(), ilSessionControl\getSettingFields(), ilUtil\sendInfo(), and ilFormPropertyGUI\setInfo().
Referenced by cmdClient().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayStartup | ( | ) | 
display intro page for the first client installation
Definition at line 1952 of file class.ilSetupGUI.php.
References displayProcessPanel().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayStatusPanel | ( | ) | 
display status panel
Definition at line 1881 of file class.ilSetupGUI.php.
Referenced by checkPanelMode(), and displayClientOverview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::displayTools | ( | ) | 
display tools
Definition at line 2915 of file class.ilSetupGUI.php.
References $ilDB, checkDisplayMode(), and ilUtil\sendInfo().
Referenced by cmdClient(), and reloadControlStructure().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::getBasicSettingsValues | ( | ) | 
Get current values for basic settings from.
Definition at line 1101 of file class.ilSetupGUI.php.
Referenced by changeMasterSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::getClientDbFormValues | ( | $dbupdate = null | ) | 
Get current values for client db from.
Definition at line 2180 of file class.ilSetupGUI.php.
References $lng.
Referenced by displayDatabase().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::getClientIniValues | ( | ) | 
Get current values for client ini from.
Definition at line 1653 of file class.ilSetupGUI.php.
Referenced by displayIni().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::getContactValues | ( | ) | 
Get current values for contact from.
Definition at line 2691 of file class.ilSetupGUI.php.
Referenced by displayContactData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::getRegistrationValues | ( | ) | 
Get current values for registration from.
Definition at line 2822 of file class.ilSetupGUI.php.
Referenced by displayNIC().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::ilSetupGUI | ( | ) | 
Constructor.
Definition at line 39 of file class.ilSetupGUI.php.
References $_GET, $_POST, $_SESSION, $client_id, $cmd, $display_mode, $lng, $tpl, cmdAdmin(), cmdClient(), cmdInstall(), displayFooter(), displayHeader(), displayLogin(), and setDisplayMode().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::initBasicSettingsForm | ( | $a_install = false | ) | 
Init basic settings form.
Definition at line 929 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, ilCalendarUtil\_getShortTimeZoneList(), determineTools(), ilUtil\isWindows(), ilNonEditableValueGUI\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), and ilFormPropertyGUI\setRequired().
Referenced by changeMasterSettings(), displayMasterSetup(), saveBasicSettings(), and updateBasicSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initClientDbForm | ( | $a_install = true, | |
| $dbupdate = null, | |||
| $db_status = false, | |||
| $hotfix_available = false | |||
| ) | 
Init client db form.
Definition at line 2014 of file class.ilSetupGUI.php.
References $ilCtrl, $ilDB, $lng, ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), ilSelectInputGUI\setOptions(), and ilNonEditableValueGUI\setValue().
Referenced by displayDatabase().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initClientIniForm | ( | ) | 
Init client ini form.
Definition at line 1573 of file class.ilSetupGUI.php.
References $_SESSION, $ilCtrl, $lng, ilTextInputGUI\setMaxLength(), ilFormPropertyGUI\setRequired(), and ilNonEditableValueGUI\setValue().
Referenced by displayIni(), and saveClientIni().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initClientLoginForm | ( | ) | 
Init client login form.
Definition at line 1319 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, ilTextInputGUI\setMaxLength(), ilPasswordInputGUI\setSize(), and ilTextInputGUI\setSize().
Referenced by displayLogin(), and performLogin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initClientOverviewForm | ( | ) | 
Init client overview form.
Definition at line 670 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, ILIAS_ABSOLUTE_PATH, ILIAS_VERSION, and ilNonEditableValueGUI\setValue().
Referenced by displayClientOverview().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initContactDataForm | ( | ) | 
Init contact data form.
| int | $a_mode | Edit Mode | 
Definition at line 2612 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilTextInputGUI\setMaxLength().
Referenced by displayContactData(), and saveContact().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initDBSelectionForm | ( | ) | 
Init db selection form.
Definition at line 1510 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilSelectInputGUI\setOptions().
Referenced by selectDBType().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initMasterLoginForm | ( | ) | 
Init master login form.
Definition at line 1353 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilPasswordInputGUI\setSize().
Referenced by displayLogin(), and performMLogin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::initRegistrationForm | ( | $a_mode = "edit" | ) | 
Init registration form.
| int | $a_mode | Edit Mode | 
Definition at line 2799 of file class.ilSetupGUI.php.
References $ilCtrl, $lng, and ilRadioGroupInputGUI\setValue().
Referenced by displayNIC(), and saveRegistration().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::installDatabase | ( | ) | 
Install the database.
| @return | 
Definition at line 2214 of file class.ilSetupGUI.php.
References $_POST, ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::jumpToFirstUnfinishedSetupStep | ( | ) | 
if setting up a client was not finished, jump back to the first uncompleted setup step
Definition at line 3257 of file class.ilSetupGUI.php.
References displayContactData(), displayDatabase(), displayFinishSetup(), displayLanguages(), displayNIC(), and ilUtil\sendInfo().
Referenced by cmdClient().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::loginClient | ( | ) | 
login to a client
Definition at line 1230 of file class.ilSetupGUI.php.
References ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::performLogin | ( | ) | 
Login.
Definition at line 1292 of file class.ilSetupGUI.php.
References $_POST, displayLogin(), initClientLoginForm(), and ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::performMLogin | ( | ) | 
Master Login.
Definition at line 1267 of file class.ilSetupGUI.php.
References $_POST, displayLogin(), initMasterLoginForm(), and ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::reloadControlStructure | ( | ) | 
reload control structure
Definition at line 2950 of file class.ilSetupGUI.php.
References $GLOBALS, $ilCtrlStructureReader, ilModuleReader\clearTables(), ilServiceReader\clearTables(), displayTools(), ilModule\getAvailableCoreModules(), ilService\getAvailableCoreServices(), ILIAS_ABSOLUTE_PATH, and ilUtil\sendInfo().
Referenced by cmdClient().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::saveBasicSettings | ( | ) | 
Save basic settings form.
Definition at line 1129 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, displayMasterSetup(), initBasicSettingsForm(), ilUtil\isWindows(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::saveClientIni | ( | ) | 
Save client ini form.
Definition at line 1670 of file class.ilSetupGUI.php.
References $_POST, $_SESSION, $client_id, $ilCtrl, $lng, $tpl, displayIni(), ILIAS_ABSOLUTE_PATH, ILIAS_WEB_DIR, initClientIniForm(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::saveContact | ( | ) | 
Save contact form.
Definition at line 2709 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, displayContactData(), initContactDataForm(), ilUtil\redirect(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::saveLanguages | ( | ) | 
Save languages.
| @return | 
Definition at line 2530 of file class.ilSetupGUI.php.
References $_POST, $result, ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::saveRegistration | ( | ) | 
Save registration form.
Definition at line 2849 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, displayNIC(), initRegistrationForm(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::selectDBType | ( | ) | 
Select database type.
Definition at line 1477 of file class.ilSetupGUI.php.
References checkDisplayMode(), checkPanelMode(), and initDBSelectionForm().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::SetButtonNext | ( | $a_cmd, | |
| $a_lng = 0 | |||
| ) | 
set next navigation button
| string | command to process on click | 
| string | button label | 
Definition at line 633 of file class.ilSetupGUI.php.
| ilSetupGUI::SetButtonPrev | ( | $a_cmd = 0, | |
| $a_lng = 0 | |||
| ) | 
set previous navigation button
| string | command to process on click | 
| string | button label | 
Definition at line 620 of file class.ilSetupGUI.php.
| ilSetupGUI::setDisplayMode | ( | $a_mode | ) | 
set display mode to 'view' or 'setup' 'setup' -> show status panel and (prev/next) navigation buttons 'view' -> show overall status and tabs under title bar
| string | display mode | 
Definition at line 429 of file class.ilSetupGUI.php.
References $_SESSION, and $display_mode.
Referenced by cmdAdmin(), cmdClient(), and ilSetupGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::toggleClientList | ( | ) | 
enable/disable client list on index page
Definition at line 3298 of file class.ilSetupGUI.php.
References ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by cmdAdmin().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::updateBasicSettings | ( | ) | 
Update basic settings form.
Definition at line 1184 of file class.ilSetupGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, changeMasterSettings(), initBasicSettingsForm(), ilUtil\isWindows(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by determineToolsPath().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::updateDatabase | ( | ) | 
Update database.
Definition at line 2250 of file class.ilSetupGUI.php.
References $_POST, $ilCtrlStructureReader, $ilDB, $row, ilUtil\redirect(), and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSetupGUI::validateSetup | ( | ) | 
validatesetup status again and set access mode of the first client to online
Definition at line 3224 of file class.ilSetupGUI.php.
Referenced by displayFinishSetup().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSetupGUI::$btn_next_cmd | 
Definition at line 25 of file class.ilSetupGUI.php.
| ilSetupGUI::$btn_next_lng | 
Definition at line 26 of file class.ilSetupGUI.php.
| ilSetupGUI::$btn_next_on = false | 
Definition at line 24 of file class.ilSetupGUI.php.
| ilSetupGUI::$btn_prev_cmd | 
Definition at line 21 of file class.ilSetupGUI.php.
| ilSetupGUI::$btn_prev_lng | 
Definition at line 22 of file class.ilSetupGUI.php.
| ilSetupGUI::$btn_prev_on = false | 
Definition at line 20 of file class.ilSetupGUI.php.
| ilSetupGUI::$cmd | 
Definition at line 32 of file class.ilSetupGUI.php.
Referenced by cmdAdmin(), cmdClient(), cmdInstall(), displayPreliminaries(), and ilSetupGUI().
| ilSetupGUI::$display_mode = "view" | 
Definition at line 33 of file class.ilSetupGUI.php.
Referenced by ilSetupGUI(), and setDisplayMode().
| ilSetupGUI::$lang | 
Definition at line 30 of file class.ilSetupGUI.php.
| ilSetupGUI::$lng | 
Definition at line 17 of file class.ilSetupGUI.php.
Referenced by displayLogin(), getClientDbFormValues(), ilSetupGUI(), initBasicSettingsForm(), initClientDbForm(), initClientIniForm(), initClientLoginForm(), initClientOverviewForm(), initContactDataForm(), initDBSelectionForm(), initMasterLoginForm(), initRegistrationForm(), saveBasicSettings(), saveClientIni(), saveContact(), saveRegistration(), and updateBasicSettings().
| ilSetupGUI::$log | 
Definition at line 18 of file class.ilSetupGUI.php.
| ilSetupGUI::$revision | 
Definition at line 28 of file class.ilSetupGUI.php.
| ilSetupGUI::$tpl | 
Definition at line 16 of file class.ilSetupGUI.php.
Referenced by ilSetupGUI(), saveBasicSettings(), saveClientIni(), saveContact(), saveRegistration(), and updateBasicSettings().
| ilSetupGUI::$version | 
Definition at line 29 of file class.ilSetupGUI.php.