FluxBB\Integration\Laravel\UrlGenerator::getUrlToPath PHP Méthode

getUrlToPath() protected méthode

protected getUrlToPath ( $path )
    protected function getUrlToPath($path)
    {
        return $this->generator->route('fluxbb', ['url' => $path]);
    }