public function __construct()
 {
     global $CFG;
     parent::__construct();
     $local_config_filename = get_class($this) . '_pre_items.conf';
     $this->local_config_file = $CFG->dirroot . '/blocks/ilp/classes/form_elements/plugins/' . $local_config_filename;
     $this->external_items_table = false;
     $this->external_items_keyfield = 'id';
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->tablename = "block_ilp_plu_ddl";
     $this->data_entry_tablename = "block_ilp_plu_ddl_ent";
     parent::__construct();
 }