/ Published in: PHP
URL: http://snippets.symfony-project.org/snippet/413
Expand |
Embed | Plain Text
class ClientForm extends BaseClientForm { public function configure() { $fields = $this->getWidgetSchema()->getFields(); foreach ($fields as $f) { $f->setAttribute("class", "client_form_field"); } } }
You need to login to post a comment.
