public function __call($name, $arguments) { // Ensure to call every other function to the router. return call_user_func_array([ $this->router, $name, ], $arguments); }