PHP 클래스 Netson\L4gettext\Compilers\BladeCompiler

상속: extends Illuminate\View\Compilers\BladeCompiler
파일 보기 프로젝트 열기: netson/l4gettext

공개 메소드들

메소드 설명
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