Skip to content

Instantly share code, notes, and snippets.

@webmozart
Created February 24, 2011 23:35
Show Gist options
  • Select an option

  • Save webmozart/843139 to your computer and use it in GitHub Desktop.

Select an option

Save webmozart/843139 to your computer and use it in GitHub Desktop.
class CustomRenderer extends \Symfony\Component\Form\Renderer\DefaultRenderer
{
public function getHelp($text, array $vars = array())
{
$vars['text'] = $text;
return $this->render('help', $vars);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment