Skip to content

Instantly share code, notes, and snippets.

@haruta
Created August 31, 2012 03:13
Show Gist options
  • Save haruta/3548520 to your computer and use it in GitHub Desktop.
Save haruta/3548520 to your computer and use it in GitHub Desktop.
$response = parent::render();
$response->setContent(str_replace('a','b',$response->getContent()));
return $reponse;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment