LOGIN
Namespaces
Table of Contents
- display_LoginPage() : void
- Displays the login window.
- displayLoginHeader() : void
- Displays the header on the login page.
- printHeader() : void
- Prints the page header.
- printFooter() : void
- Prints the page footer.
Functions
display_LoginPage()
Displays the login window.
display_LoginPage(LAMLicenseValidator|null $licenseValidator, string|null $error_message[, string|null $errorDetails = null ][, string|null $extraMessage = null ]) : void
Parameters
- $licenseValidator : LAMLicenseValidator|null
-
license validator
- $error_message : string|null
-
error message to display
- $errorDetails : string|null = null
-
error details
- $extraMessage : string|null = null
-
extra message that is shown as info
Tags
Return values
void —displayLoginHeader()
Displays the header on the login page.
displayLoginHeader() : void
Return values
void —printHeader()
Prints the page header.
printHeader() : void
Return values
void —printFooter()
Prints the page footer.
printFooter() : void