confImportExport.php
Table of Contents
- showLoginDialog() : void
- Shows the login dialog for the configuration master password.
- renderBackLink() : void
- Renders the link back to login page.
- checkLogin() : bool
- Checks the login password.
- displayImportExport() : void
- Displays the import/export functions.
- renderImportPart() : void
- Renders the import area.
Functions
showLoginDialog()
Shows the login dialog for the configuration master password.
showLoginDialog([htmlStatusMessage $message = null ]) : void
Parameters
- $message : htmlStatusMessage = null
-
message to show if any error occurred
Return values
void —renderBackLink()
Renders the link back to login page.
renderBackLink() : void
Return values
void —checkLogin()
Checks the login password.
checkLogin(LAMCfgMain $cfg) : bool
Parameters
- $cfg : LAMCfgMain
-
main config
Return values
bool —login ok
displayImportExport()
Displays the import/export functions.
displayImportExport() : void
Return values
void —renderImportPart()
Renders the import area.
renderImportPart(htmlResponsiveRow $content) : void
Parameters
- $content : htmlResponsiveRow
-
content where to add import part