Elgg\ActionsServiceTest::route PHP Méthode

route() public méthode

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