SettingsBundle
in package

Tags
since
1.0

Table of Contents

$categories  : array<string|int, mixed>
$settings  : array<string|int, mixed>
getCategories()  : array<string|int, mixed>
getSettings()  : array<string|int, mixed>
emailSettings()  : array<string|int, mixed>
generalSettings()  : array<string|int, mixed>
integrationsSettings()  : array<string|int, mixed>
licenseSettings()  : array<string|int, mixed>
paymentSettings()  : array<string|int, mixed>

Properties

$categories

protected array<string|int, mixed> $categories = array()
Tags
since
1.0

$settings

protected array<string|int, mixed> $settings = array()
Tags
since
1.0

Methods

getCategories()

public getCategories() : array<string|int, mixed>
Tags
since
1.0
Return values
array<string|int, mixed>

[Category name => Category label]

getSettings()

public getSettings(string $category) : array<string|int, mixed>
Parameters
$category : string
Tags
since
1.0
Return values
array<string|int, mixed>

Category fields.

emailSettings()

protected emailSettings() : array<string|int, mixed>
Tags
since
1.1.0
Return values
array<string|int, mixed>

generalSettings()

protected generalSettings() : array<string|int, mixed>
Tags
since
1.0
Return values
array<string|int, mixed>

integrationsSettings()

protected integrationsSettings() : array<string|int, mixed>
Tags
since
1.10.0
Return values
array<string|int, mixed>

licenseSettings()

protected licenseSettings() : array<string|int, mixed>
Tags
since
1.0
Return values
array<string|int, mixed>

paymentSettings()

protected paymentSettings() : array<string|int, mixed>
Tags
since
1.5.0
Return values
array<string|int, mixed>

Search results