Exemple #1
0
 public function ReadParam(&$aValues)
 {
     parent::ReadParam($aValues);
     $sKey = $aValues[$this->sCode];
     $aValues[$this->sCode] = $this->aSubForms[$sKey]['value'];
     $this->aSubForms[$sKey]['form']->SetPrefix($this->oForm->GetPrefix() . $sKey . '_');
     $this->aSubForms[$sKey]['form']->SetParentForm($this->oForm);
     $this->aSubForms[$sKey]['form']->ReadParams($aValues);
 }