Methods
Gets a setting with the given title, returns default if not available
_(string $title = ''
, string $default = ''
) : mixed
Static
Parameters
$title
string
- The key / title of the setting
$default
string
- The default value (if setting not found)
Returns
mixed
Get the merged params
getParams() : \Joomla\Registry\Registry
Static
Returns
\Joomla\Registry\Registry
Gets a setting with the given title, returns default if not available
getSettings(string $title = ''
, string $default = ''
) : mixed
Static
Parameters
$title
string
- The key / title of the setting
$default
string
- The default value (if setting not found)
Returns
mixed
Returns a singleton with all settings
_loadSettings() : \Joomla\Registry\Registry
Static
Returns
\Joomla\Registry\Registry
- loads a singleton object with all settings
Properties
$mergeParams
$mergeParams
Static
$instance
$instance : \Joomla\Registry\Registry
Static