Yosymfony\Spress\Core\ContentManager\Permalink\PermalinkGenerator::generatePath PHP 메소드

generatePath() 개인적인 메소드

private generatePath ( $template, array $placeholders = [] )
$placeholders array
    private function generatePath($template, array $placeholders = [])
    {
        $path = $this->generateUrlPath($template, $placeholders);
        return ltrim($path, '/');
    }