Netson\L4gettext\Compilers\BladeCompiler::getCompiledPath PHP Метод

getCompiledPath() публичный Метод

method just adds extension .php to parents' compiled path
public getCompiledPath ( string $path ) : string
$path string
Результат string
    public function getCompiledPath($path)
    {
        return parent::getCompiledPath($path) . ".php";
    }