Ergo\View\Template::file PHP Method

file() public method

Defines the template file to be used
public file ( $filename )
    public function file($filename)
    {
        $this->_template = $filename;
        return $this;
    }