Example #1
0
 function __construct($core, $modulename, $data_type = "")
 {
     $this->modulename = $modulename;
     $this->data_type = $data_type;
     parent::__construct($core);
 }