Frontend\Core\Engine\Base\Block::setTemplatePath PHP Method

setTemplatePath() protected method

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;
    }