$router = $this->app->initCoreModule("router"); echo $router->getRoute("my_route1", array( "meno" => "Jozef", "vek" => 24, "vyska" => 180, ));