Class ParserRegistry
Registry of parsers used by the application
public static
|
|
public
|
|
public
mixed|null
|
|
public
|
protected static
|
$instance
Singleton instance |
|
protected
array
|
$instances
Array of parser instances |
#
array()
|
protected
array
|
$mapping
Mapping of parser name to default class |
#
array(
'message' => 'Guzzle\\Parser\\Message\\MessageParser',
'cookie' => 'Guzzle\\Parser\\Cookie\\CookieParser',
'url' => 'Guzzle\\Parser\\Url\\UrlParser',
'uri_template' => 'Guzzle\\Parser\\UriTemplate\\UriTemplate',
)
|