Configuration
in package
implements
Configuration
Class Configuration
Interfaces, Classes and Traits
- Configuration
- Interface Configuration
Table of Contents
- $key : string
- $sortOrder : int|null
- $value : string|null
- __construct() : mixed
- Configuration constructor.
- key() : string
- Returns the configuration key.
- sortOrder() : int|null
- Returns the configuration sort order.
- value() : string|null
- Returns the configuration value.
Properties
$key
private
string
$key
$sortOrder
private
int|null
$sortOrder
$value
private
string|null
$value
Methods
__construct()
Configuration constructor.
public
__construct(string $key[, string|null $value = null ][, int|null $sortOrder = null ]) : mixed
Parameters
- $key : string
- $value : string|null = null
- $sortOrder : int|null = null
Return values
mixed —key()
Returns the configuration key.
public
key() : string
Tags
Return values
string —sortOrder()
Returns the configuration sort order.
public
sortOrder() : int|null
Tags
Return values
int|null —value()
Returns the configuration value.
public
value() : string|null