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() |
#
Array of parser instances |
protected
array
|
$mapping | array(
'message' => 'Guzzle\\Parser\\Message\\MessageParser',
'cookie' => 'Guzzle\\Parser\\Cookie\\CookieParser',
'url' => 'Guzzle\\Parser\\Url\\UrlParser',
'uri_template' => 'Guzzle\\Parser\\UriTemplate\\UriTemplate',
) |
#
Mapping of parser name to default class |