Esempio n. 1
0
 public function init($id = '', $label = '', $options = array(), $default = false, $disposition = MContainer::DISPOSITION_VERTICAL)
 {
     $this->name = $id;
     $this->default = $default;
     parent::init($id, $label, $options, $disposition, $border);
     $this->setValue($default);
 }
Esempio n. 2
0
 public function init($id = '', $label = '', $options = array(), $disposition = MContainer::DISPOSITION_VERTICAL)
 {
     parent::init($id, $label, $controls, $disposition);
 }