Class ini
INI-based configuration driver.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\Field implements Core\Inquiry
- Core\Field\Mutable implements Core\Variator
- Core\Configuration
- Core\Configuration\Driver\ini
Package: Core\Configuration\Driver
Since: 3.2
Requires: PHP 5.3
Version: 1.0
Located at Configuration/Driver/ini.inc.php
Methods inherited from Core\Configuration
_lookup()
,
autocreate()
,
decodeClassName()
,
get()
,
getArray()
,
getDataForUndefinedKey()
,
getValue()
Methods inherited from Core\Field\Mutable
offsetSet()
,
offsetUnset()
,
setDataForKey()
,
setDataForKeys()
,
setDataForUndefinedKey()
,
setKeyMasquerade()
,
updateMasqueradedKeys()
Methods inherited from Core\Field
getDataForKey()
,
getDataForKeys()
,
issetDataForKey()
,
offsetExists()
,
offsetGet()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
string
|
$_v_filename
Filename of source INI. |
Properties inherited from Core\Configuration
Properties inherited from Core\Field\Mutable
Properties inherited from Core\Field
Magic properties
public read-only
string
|
$filename
Source configuration filename. |