示例#1
0
 public function configure()
 {
     parent::configure();
     unset($this['office_id'], $this['waiting_list']);
     $this->widgetSchema['object_type'] = new sfWidgetFormInputHidden();
     $this->setDefault('object_type', 'ei');
 }
示例#2
0
 public function configure()
 {
     parent::configure();
     unset($this['icd9_id'], $this['authorization'], $this['physicians_order']);
     $this->widgetSchema['object_type'] = new sfWidgetFormInputHidden();
     $this->setDefault('object_type', 'classroom');
 }
示例#3
0
 public function configure()
 {
     parent::configure();
     unset($this['icd9_id'], $this['authorization'], $this['physicians_order'], $this['office_id'], $this['waiting_list']);
     $this->widgetSchema['object_type'] = new sfWidgetFormInputHidden();
     $this->setDefault('object_type', 'school_age');
 }