_ci =& get_instance(); // get code igniter instance // set configuration $this->_config = $configurationParams; // get database for queries $this->_db = new DB_Model(); } /** * Executes a plausi check. * @param $paramsForChecking array parameters needed for executing the check * @return array with objects which failed the plausi check */ abstract public function executePlausiCheck($paramsForChecking); }