method(...$params). * * @return mixed */ public function params(); //-------------------------------------------------------------------- /** * Sets the value that should be used to match the index.php file. Defaults * to index.php but this allows you to modify it in case your are using * something like mod_rewrite to remove the page. This allows you to set * it a blank. * * @param $page * * @return mixed */ public function setIndexPage($page); //-------------------------------------------------------------------- }