Skip to content

Instantly share code, notes, and snippets.

@odino
Created May 1, 2014 18:51
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/f820dda941bf44aa7605 to your computer and use it in GitHub Desktop.
Save odino/f820dda941bf44aa7605 to your computer and use it in GitHub Desktop.
<?php
class CamelCaseTransformer
{
public function onV1ApiResponse(Req $request, Res $response)
{
$this->camelize($response->getContent());
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment