Utilities
Table of Contents
Methods
-
canLog()
: bool
-
getAllSettingsUnderSection()
: mixed
-
getSetting()
: mixed
-
getSettings()
: array<string|int, mixed>
canLog()
public
static canLog() : bool
getAllSettingsUnderSection()
public
static getAllSettingsUnderSection(mixed $section) : mixed
Parameters
-
$section
: mixed
-
getSetting()
public
static getSetting(mixed $section, mixed $key) : mixed
Parameters
-
$section
: mixed
-
-
$key
: mixed
-
getSettings()
public
static getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>