$instance $instance : \Guzzle\Parser\ParserRegistry Type \Guzzle\Parser\ParserRegistry — Singleton instance
getParser() getParser(string $name) : mixed|null Get a parser by name from an instance Parameters string $name Name of the parser to retrieve Returns mixed|null
registerParser() registerParser(string $name, mixed $parser) Register a custom parser by name with the register Parameters string $name Name or handle of the parser to register mixed $parser Instantiated parser to register