コード例 #1
0
ファイル: EiForm.class.php プロジェクト: anvaya/nckids
 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
ファイル: ClassroomForm.class.php プロジェクト: anvaya/nckids
 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
ファイル: SchoolAgeForm.class.php プロジェクト: anvaya/nckids
 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');
 }