Fenos\Notifynder\Translator\Compiler::getCompiledPath PHP Method

getCompiledPath() public method

Get the path to the compiled version of a view.
public getCompiledPath ( string $filename ) : string
$filename string
return string
    public function getCompiledPath($filename)
    {
        return $this->cachePath() . '/' . md5($filename);
    }