Open Journal Systems
3.3.0
|
Protected Member Functions | |
build ($config, array $options) | |
resolveExtension ($name, array &$op, array &$operations) | |
![]() | |
loadFile ($filename) | |
mergeData (array $a, array $b) | |
mergeIncludes (&$config, $basePath=null) | |
Additional Inherited Members | |
![]() | |
addAlias ($filename, $alias) | |
load ($config, array $options=array()) | |
removeAlias ($alias) | |
![]() | |
$aliases = array() | |
$loadedFiles = array() | |
![]() | |
static | $jsonErrors |
Loader for service descriptions
Definition at line 11 of file ServiceDescriptionLoader.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 ServiceDescriptionLoader.php.
References $op, and Guzzle\Service\Description\ServiceDescriptionLoader\resolveExtension().
|
protected |
string | $name | Name of the operation |
array | $op | Operation value array |
array | $operations | Currently loaded operations |
DescriptionBuilderException | when extending a non-existent operation |
Definition at line 43 of file ServiceDescriptionLoader.php.
References $op.
Referenced by Guzzle\Service\Description\ServiceDescriptionLoader\build().