Class yaml
YAML 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\yaml
Package: Core\Configuration\Driver
Since: 3.2
Requires: PHP 5.3, YAML 0.5
Version: 1.0
Located at Configuration/Driver/yaml.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
string |
DocumentIndexParameter
Integer configuration parameter. 0-based index of document contained in source file that contains the configuration to parse. Defaults to 0. |
#
'document-index'
|
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. |