PHP 클래스 Devise\Pages\Interpreter\BladeEngineCompiler

..
상속: implements Illuminate\View\Compilers\CompilerInterface
파일 보기 프로젝트 열기: devisephp/cms

공개 메소드들

메소드 설명
__call ( [type] $method, [type] $arguments ) : [type] Any calls made we proxy to the underlying compiler
__construct ( Illuminate\View\Compilers\CompilerInterface $compiler, DeviseCompiler $DeviseCompiler, DeviseParser $DeviseParser ) Construct a new blade compiler
compile ( string $path = null ) : void Compile the view at the given path.
extend ( Closure $closure ) : [type] [extend description]
getCompiledPath ( string $path ) : string Get the path to the compiled version of a view.
isExpired ( string $path ) : boolean Determine if the given view is expired.

메소드 상세

__call() 공개 메소드

Any calls made we proxy to the underlying compiler
public __call ( [type] $method, [type] $arguments ) : [type]
$method [type]
$arguments [type]
리턴 [type]

__construct() 공개 메소드

Construct a new blade compiler
public __construct ( Illuminate\View\Compilers\CompilerInterface $compiler, DeviseCompiler $DeviseCompiler, DeviseParser $DeviseParser )
$compiler Illuminate\View\Compilers\CompilerInterface
$DeviseCompiler DeviseCompiler
$DeviseParser DeviseParser

compile() 공개 메소드

Compile the view at the given path.
public compile ( string $path = null ) : void
$path string
리턴 void

extend() 공개 메소드

[extend description]
public extend ( Closure $closure ) : [type]
$closure Closure [description]
리턴 [type]

getCompiledPath() 공개 메소드

Get the path to the compiled version of a view.
public getCompiledPath ( string $path ) : string
$path string
리턴 string

isExpired() 공개 메소드

Determine if the given view is expired.
public isExpired ( string $path ) : boolean
$path string
리턴 boolean