Phrozn\Site\Base::setInputDir PHP Method

setInputDir() public method

Set input directory path
public setInputDir ( string $path ) : Phrozn\Site
$path string Directory path
return Phrozn\Site
    public function setInputDir($path)
    {
        $this->inputDir = $path;
        return $this;
    }