Newscoop\SmartyView::addPath PHP Method

addPath() public method

Add script path
public addPath ( string $path )
$path string
    public function addPath($path)
    {
        $this->smarty->addTemplateDir($path);
    }