Basecoat\View::setTemplatesPath PHP Method

setTemplatesPath() public method

Path to templates directory. Use as a prefix when referencing templates and layouts.
public setTemplatesPath ( String $path )
$path String valid directory path
    public function setTemplatesPath($path)
    {
        $this->templates_path = $path;
    }