Skip to content

Instantly share code, notes, and snippets.

@odino
Created May 1, 2014 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odino/0fbb5be8113deed752fc to your computer and use it in GitHub Desktop.
Save odino/0fbb5be8113deed752fc to your computer and use it in GitHub Desktop.
services:
api_response.transformer_handler.v0:
class: "Namshi\\..\\TransformerHandler"
arguments:
registry: @api_response.transformer_registry
neededTransformers: [jsonp]
api_response.transformer_handler.v1:
class: "Namshi\\..\\Transformation\\TransformerHandlerChain"
arguments:
chain: [@api_response.transformer_handler.v0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment