Yosymfony\Spress\Scaffolding\NewSite::getTemplatePath PHP Method

getTemplatePath() private method

private getTemplatePath ( $templateName )
    private function getTemplatePath($templateName)
    {
        return $this->templatePath . '/' . $templateName;
    }