Method |
Description |
|
addModule ( $name, $module ) |
|
|
count ( ) |
|
|
current ( ) |
|
|
delete ( unknown $key ) |
Delete a value. |
|
get ( unknown $key, $default = null, $delimiter = '/' ) |
Get a value |
|
getApp ( ) |
|
|
getConfigFile ( $key ) |
|
|
getConfigFiles ( ) : [type] |
[getConfigFiles description] |
|
getInput ( ) |
|
|
getInstances ( ) |
|
|
getModule ( $name ) |
|
|
getModules ( ) |
|
|
getName ( ) |
|
|
getOutput ( ) |
|
|
getVersion ( ) |
|
|
getVersionWithCommit ( ) |
|
|
isPhar ( ) |
|
|
key ( ) |
|
|
next ( ) |
|
|
offsetExists ( $offset ) |
|
|
offsetGet ( $offset ) |
|
|
offsetSet ( $offset, $value ) |
|
|
offsetUnset ( $offset ) |
|
|
rewind ( ) |
|
|
set ( unknown $key, unknown $value, $delimiter = '/' ) |
Set a value. |
|
setApp ( $app ) |
|
|
setConfigFile ( $key, $path ) |
|
|
setConfigFiles ( array $files ) |
|
|
setInput ( $input ) |
|
|
setModules ( array $modules ) |
|
|
setOutput ( $output ) |
|
|
valid ( ) |
|
|