Tale\Jade\Renderer::addPath PHP Method

addPath() public method

This is just a proxy for the addPath-method of the Compiler
public addPath ( string $path )
$path string the path to add
    public function addPath($path)
    {
        $this->getCompiler()->addPath($path);
        return $this;
    }