Exemple #1
0
 public function __construct($sCode, $sLabel = '', $defaultValue = '')
 {
     parent::__construct($sCode, $sLabel, $defaultValue);
 }
 public function __construct($sLabel, $oSubForm)
 {
     parent::__construct('', $sLabel, '');
     $this->oSubForm = $oSubForm;
 }