SettingsBundle
in package
Tags
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
$settings
protected
array<string|int, mixed>
$settings
= array()
Tags
Methods
getCategories()
public
getCategories() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —[Category name => Category label]
getSettings()
public
getSettings(string $category) : array<string|int, mixed>
Parameters
- $category : string
Tags
Return values
array<string|int, mixed> —Category fields.
emailSettings()
protected
emailSettings() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —generalSettings()
protected
generalSettings() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —integrationsSettings()
protected
integrationsSettings() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —licenseSettings()
protected
licenseSettings() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —paymentSettings()
protected
paymentSettings() : array<string|int, mixed>