Fenos\Notifynder\Translator\Compiler::getCompiledPath PHP 메소드

getCompiledPath() 공개 메소드

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