Class AbstractConfigLoader
Abstract config loader
- Guzzle\Service\AbstractConfigLoader implements Guzzle\Service\ConfigLoaderInterface
Direct known subclasses
Guzzle\Service\Builder\ServiceBuilderLoader, Guzzle\Service\Description\ServiceDescriptionLoader
public
mixed
|
|
public
|
|
public
|
|
abstract protected
mixed
|
|
protected
array
|
|
protected
array
|
|
protected
array
|
protected
array
|
$aliases
Array of aliases for actual filenames |
#
array()
|
protected
array
|
$loadedFiles
Hash of previously loaded filenames |
#
array()
|
protected static
array
|
$jsonErrors
JSON error code mappings |
#
array(
JSON_ERROR_NONE => 'JSON_ERROR_NONE - No errors',
JSON_ERROR_DEPTH => 'JSON_ERROR_DEPTH - Maximum stack depth exceeded',
JSON_ERROR_STATE_MISMATCH => 'JSON_ERROR_STATE_MISMATCH - Underflow or the modes mismatch',
JSON_ERROR_CTRL_CHAR => 'JSON_ERROR_CTRL_CHAR - Unexpected control character found',
JSON_ERROR_SYNTAX => 'JSON_ERROR_SYNTAX - Syntax error, malformed JSON',
JSON_ERROR_UTF8 => 'JSON_ERROR_UTF8 - Malformed UTF-8 characters, possibly incorrectly encoded'
)
|