Frontend\Core\Engine\Base\Widget::setTemplatePath PHP 메소드

setTemplatePath() 보호된 메소드

Set the path for the template to include or to replace the current one
protected setTemplatePath ( string $path )
$path string The path to the template that should be loaded.
    protected function setTemplatePath($path)
    {
        $this->templatePath = (string) $path;
    }