request =& $request; $this->db =& $db; $this->user =& $user; $this->template =& $template; $this->config =& $config; $this->phpEx = $phpEx; $this->phpbb_root_path = $phpbb_root_path; } /** * Handle the request to display a page from an extension * * @return null */ abstract public function handle(); }