|
Open Journal Systems
3.3.0
|
Protected Member Functions | |
| build ($config, array $options) | |
| mergeData (array $a, array $b) | |
Protected Member Functions inherited from Guzzle\Service\AbstractConfigLoader | |
| loadFile ($filename) | |
| mergeIncludes (&$config, $basePath=null) | |
Additional Inherited Members | |
Public Member Functions inherited from Guzzle\Service\AbstractConfigLoader | |
| addAlias ($filename, $alias) | |
| load ($config, array $options=array()) | |
| removeAlias ($alias) | |
Protected Attributes inherited from Guzzle\Service\AbstractConfigLoader | |
| $aliases = array() | |
| $loadedFiles = array() | |
Static Protected Attributes inherited from Guzzle\Service\AbstractConfigLoader | |
| static | $jsonErrors |
Service builder config loader
Definition at line 11 of file ServiceBuilderLoader.php.
|
protected |
Perform the parsing of a config file and create the end result
| array | $config | Configuration data |
| array | $options | Options to use when building |
Reimplemented from Guzzle\Service\AbstractConfigLoader.
Definition at line 13 of file ServiceBuilderLoader.php.
|
protected |
Default implementation for merging two arrays of data (uses array_merge_recursive)
| array | $a | Original data |
| array | $b | Data to merge into the original and overwrite existing values |
Reimplemented from Guzzle\Service\AbstractConfigLoader.
Definition at line 58 of file ServiceBuilderLoader.php.