* @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */ class RepresentantForm extends BaseRepresentantForm { public function configure() { unset($this['created_at']); unset($this['updated_at']); $this->widgetSchema->setLabels(array( 'first_name' => __('Jméno'), 'last_name' => __('Příjmení'), )); } }