Slim\Views\PhpRenderer::setTemplatePath PHP Method

setTemplatePath() public method

Set the template path
public setTemplatePath ( string $templatePath )
$templatePath string
    public function setTemplatePath($templatePath)
    {
        $this->templatePath = rtrim($templatePath, '/\\') . '/';
    }