class Config implements ArrayAccess

Methods

__construct(array $data)

No description

UriInterface
url()

No description

bool
inDebugMode()

No description

bool
inMaintenanceMode()

No description

offsetGet($offset)

No description

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetUnset($offset)

No description

Details

__construct(array $data)

Parameters

array $data

UriInterface url()

Return Value

UriInterface

bool inDebugMode()

Return Value

bool

bool inMaintenanceMode()

Return Value

bool

offsetGet($offset)

Parameters

$offset

offsetExists($offset)

Parameters

$offset

offsetSet($offset, $value)

Parameters

$offset
$value

offsetUnset($offset)

Parameters

$offset