Class MatukioHelperSettings

since 1.0.0
package MatukioEvents

 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
since 6.0.8

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 

Default

null
Static
 

$instance

$instance : \Joomla\Registry\Registry

Default

Static