Example #1
0
 public function __construct($set)
 {
     $this->set = $set;
     $this->cfg = $this->get_plg_cfg();
     $this->ModObj = new $this->cfg['mod']($set);
     parent::__construct($this->ModObj, $set, $this->get_plg_cfg(), $this->get_sort_field(), $this->get_filter());
 }