static void adminGate(
bool
$allow, string
$page
)
|
|
Monitors blocked accesses to Admin pages
Parameters:
bool |
$allow: |
ignored |
string |
$page: |
ignored |
static void handleOptionSave(
$themename,
$themealbum
)
|
|
Parameters:
static string load(
string
$path
)
|
|
Monitors front end access and excludes access as defined by the options
Parameters:
static void login(
bit
$loggedin, string
$user, [string
$pass = NULL]
)
|
|
Monitors Login attempts
Parameters:
bit |
$loggedin: |
will be "false" if the login failed |
string |
$user: |
ignored |
string |
$pass: |
ignored |
class instantiation function
array getOptionsSupported(
)
|
|
Reports the supported options
void handleOption(
$option,
$currentValue
)
|
|
Parameters: