Exemple #1
0
 public function AddField(DesignerFormField $oField)
 {
     if (!is_array($this->aFieldSets[$this->sCurrentFieldSet])) {
         $this->aFieldSets[$this->sCurrentFieldSet] = array();
     }
     $this->aFieldSets[$this->sCurrentFieldSet][] = $oField;
     $oField->SetForm($this);
 }