PHP 클래스 Lavender\Cloud\Sina\View\Engines\SaeCompilerEngine

상속: extends SaePhpEngine
파일 보기 프로젝트 열기: chekun/laravel4sae

보호된 프로퍼티들

프로퍼티 타입 설명
$compiler Illuminate\View\Compilers\CompilerInterface The Blade compiler instance.

공개 메소드들

메소드 설명
__construct ( Illuminate\View\Compilers\CompilerInterface $compiler ) : void Create a new Blade view engine instance.
get ( string $path, array $data = [] ) : string Get the evaluated contents of the view.
getCompiler ( ) : Illuminate\View\Compilers\CompilerInterface Get the compiler implementation.

메소드 상세

__construct() 공개 메소드

Create a new Blade view engine instance.
public __construct ( Illuminate\View\Compilers\CompilerInterface $compiler ) : void
$compiler Illuminate\View\Compilers\CompilerInterface
리턴 void

get() 공개 메소드

Get the evaluated contents of the view.
public get ( string $path, array $data = [] ) : string
$path string
$data array
리턴 string

getCompiler() 공개 메소드

Get the compiler implementation.
public getCompiler ( ) : Illuminate\View\Compilers\CompilerInterface
리턴 Illuminate\View\Compilers\CompilerInterface

프로퍼티 상세

$compiler 보호되어 있는 프로퍼티

The Blade compiler instance.
protected CompilerInterface,Illuminate\View\Compilers $compiler
리턴 Illuminate\View\Compilers\CompilerInterface