Elgg\ActionsServiceTest::route PHP 메소드

route() 공개 메소드

public route ( )
    function route()
    {
        ob_start();
        _elgg_services()->router->route($this->request);
        return ob_get_clean();
    }
ActionsServiceTest