\IZON\Thumber\ConfigurationConfiguration

Description of Configuration

Summary

Methods
Properties
Constants
__construct()
get()
has()
isNestedConfig()
set()
extend()
insertDefault()
remove()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
$parameters
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$parameters

$parameters : array

Type

array

Methods

__construct()

__construct(array  $defaultConfiguration = array()) 

Parameters

array $defaultConfiguration

get()

get(mixed  $key) 

Parameters

mixed $key

has()

has(mixed  $key) : boolean

Parameters

mixed $key

Returns

boolean

isNestedConfig()

isNestedConfig(  $key) 

Parameters

$key

set()

set(mixed  $key, mixed  $value) 

Parameters

mixed $key
mixed $value

extend()

extend(array  $config) 

extends values of config

Parameters

array $config

insertDefault()

insertDefault(array  $config) 

Parameters

array $config

remove()

remove(  $key) 

Parameters

$key

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset