Ejemplo n.º 1
0
 public function init($args = array())
 {
     $this->type = "itembasket";
     $this->label = "Item Basket";
     $this->menu_pos = 0;
     parent::init();
 }
Ejemplo n.º 2
0
 public function init($args = array())
 {
     $this->type = "itemsc";
     $this->label = "Single Choice";
     $this->menu_pos = 0;
     parent::init();
     unset($this->table_columns["item_type"]);
 }