PHP Класс Netson\L4gettext\Compilers\BladeCompiler

Наследование: extends Illuminate\View\Compilers\BladeCompiler
Показать файл Открыть проект

Открытые методы

Метод Описание
compile ( string $path ) : string method differs from parent method in that it returns the compiled path this can be used by the calling function to do cleanup afterwards
getCachePath ( ) : string new method which returns the set cachePath
getCompiledPath ( string $path ) : string method just adds extension .php to parents' compiled path
setCachePath ( string $cachePath ) new method which allows overwriting the cache path after initialization instead of having to provide it to the constructor
setFiles ( Illuminate\Filesystem\Filesystem $files ) method to set the $files attribute after calling the constructor

Описание методов

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

method differs from parent method in that it returns the compiled path this can be used by the calling function to do cleanup afterwards
public compile ( string $path ) : string
$path string
Результат string

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

new method which returns the set cachePath
public getCachePath ( ) : string
Результат string

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

method just adds extension .php to parents' compiled path
public getCompiledPath ( string $path ) : string
$path string
Результат string

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

new method which allows overwriting the cache path after initialization instead of having to provide it to the constructor
public setCachePath ( string $cachePath )
$cachePath string

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

method to set the $files attribute after calling the constructor
public setFiles ( Illuminate\Filesystem\Filesystem $files )
$files Illuminate\Filesystem\Filesystem