Property | Type | Description | |
---|---|---|---|
$iaCache | |||
$iaDb | |||
$iaView | |||
$language | |||
$languages | |||
$packagesData | |||
$requestPath |
Property | Type | Description | |
---|---|---|---|
$_accessType | |||
$_checkDomain | |||
$_config | |||
$_configDbTable | |||
$_configGroupsDbTable | |||
$_customConfig | |||
$_customConfigDbTable | |||
$_hooks |
Method | Description | |
---|---|---|
__destruct ( ) | ||
checkDomain ( ) | ||
factory ( $name, $type = self::CORE ) | ||
factoryPackage ( $name, $package, $type = self::FRONT, $params = null ) | ||
factoryPlugin ( $plugin, $type = self::FRONT, $name = null ) | ||
get ( string $key, boolean | false $default = false, boolean | true $custom = true, boolean | false $db = false ) : string | Get the specified configuration value | |
getAccessType ( ) | ||
getConfig ( boolean | false $reloadRequired = false ) : array | Get the list of configuration values & cache it when needed | |
getConfigGroupsTable ( ) : string | Get config groups table name | |
getConfigTable ( ) : string | Get config table name | |
getCustomConfig ( null $user = null, null $group = null ) : array | Get the list of user/group specific configuration values | |
getCustomConfigTable ( ) : string | Get custom config table name | |
getExtras ( $package ) | ||
getHooks ( ) : array | Get the list of hooks | |
getSecurityToken ( ) | ||
init ( ) | ||
instance ( ) | ||
loadClass ( $type = self::CORE, $className = '', $pluginName = null, $packageName = null ) | ||
set ( string $key, string $value, boolean | false $permanent = false ) : boolean | Set a given configuration value | |
setPackagesData ( $regenerate = false ) | ||
startHook ( $name, array $params = [] ) | ||
util ( ) |
Method | Description | |
---|---|---|
__clone ( ) | ||
__construct ( ) | ||
_checkPermissions ( ) | ||
_defineModule ( ) | ||
_executeModule ( ) | ||
_fetchHooks ( ) | Set the list of available hooks | |
_forgeryCheck ( ) | ||
_parseUrl ( ) | ||
_setConstants ( ) | Set constants |
Method | Description | |
---|---|---|
_setTimezone ( $timezone ) |
public factoryPackage ( $name, $package, $type = self::FRONT, $params = null ) |
public get ( string $key, boolean | false $default = false, boolean | true $custom = true, boolean | false $db = false ) : string | ||
$key | string | configuration key |
$default | boolean | false | default value |
$custom | boolean | true | custom config flag |
$db | boolean | false | true gets from database directly |
return | string |
public static getConfigGroupsTable ( ) : string | ||
return | string |
public static getConfigTable ( ) : string | ||
return | string |
public static getCustomConfigTable ( ) : string | ||
return | string |
public loadClass ( $type = self::CORE, $className = '', $pluginName = null, $packageName = null ) |