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

bool
offsetExists($offset)

No description

void
offsetSet($offset, $value)

No description

void
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

bool offsetExists($offset)

Parameters

$offset

Return Value

bool

void offsetSet($offset, $value)

Parameters

$offset
$value

Return Value

void

void offsetUnset($offset)

Parameters

$offset

Return Value

void