/**
  * 
  * Constructor for the class
  * @param array $params should hold any vars that are needed by plugin. can also hold the 
  * 						the connection string vars if they are different from those specified 
  * 						in the mis connection
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->tabletype = get_config('block_ilp', 'mis_misc_fees_tabletype');
     $this->fields = array();
     $this->userfullname = false;
 }
 /**
  * 
  * Constructor for the class
  * @param array $params should hold any vars that are needed by plugin. can also hold the 
  * 						the connection string vars if they are different from those specified 
  * 						in the mis connection
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->tabletype = get_config('block_ilp', 'mis_learner_contact_tabletype');
     $this->fields = array();
 }
 public function __construct($params = array())
 {
     parent::__construct($params);
 }
 /**
  * 
  * Constructor for the class
  * @param array $params should hold any vars that are needed by plugin. can also hold the 
  * 						the connection string vars if they are different from those specified 
  * 						in the mis connection
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->tabletype = get_config('block_ilp', 'mis_misc_exam_timetable_tabletype');
     $this->fields = array();
 }
 /**
  * 
  * Constructor for the class
  * @param array $params should hold any vars that are needed by plugin. can also hold the 
  * 						the connection string vars if they are different from those specified 
  * 						in the mis connection
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->tabletype = get_config('block_ilp', 'mis_misc_performance_ind_tabletype');
     $this->fields = array();
 }