PHP CI 取得目前的Controller 及 MethodName

PHP CI 取得目前的Controller 及 MethodName

    $className = $this->router->fetch_class();  
    $methodName = $this->router->fetch_method();