Exemplo n.º 1
0
 public function __construct($sCode, $sLabel = '', $defaultValue = '')
 {
     parent::__construct($sCode, $sLabel, $defaultValue);
 }
Exemplo n.º 2
0
 public function __construct($sLabel, $oSubForm)
 {
     parent::__construct('', $sLabel, '');
     $this->oSubForm = $oSubForm;
 }