Phrozn\Site\View\Scss::getOutputFile PHP Method

getOutputFile() public method

Get output file path
public getOutputFile ( ) : string
return string
    public function getOutputFile()
    {
        $path = new OutputFile($this);
        return $path->get();
    }