This method returns an ordered array with all admin settings
Array
getAdminAction
(string $lang)
-
string
$lang: Language to fetch options for
Wrapper for getAdminConfigString
string
getAdminConfigStringAction
(string $key)
-
string
$key: Key to lookup in config-file
Wrapper for getBackendLanguagestring
Value
getBackendLanguageStringAction
(string $key)
-
string
$key: Key to lookup in config-file
Wrapper for getConfigString
string
getConfigStringAction
(string $key)
-
string
$key: Key to lookup in config-file
This method returns an ordered array with all global settings
Array
getGlobalsAction
()
Method to return the base admin login information
Simple
getLoginInfoAction
()
Method to get current active template
The
getTemplateAction
()
Method to save admin config
Result
setAdminAction
( $admin, array $globals)
-
array
$globals: Array that contains all admin settings
-
$admin
Method to save global config
void
setGlobalsAction
(array $globals)
-
array
$globals: Array that contains all global settings
Method to set new template file for frontend
Result
setTemplateAction
(string $newTemplate)
-
string
$newTemplate: New template to set