프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public __construct ( Illuminate\View\Compilers\CompilerInterface $compiler ) : void | ||
$compiler | Illuminate\View\Compilers\CompilerInterface | |
리턴 | void |
public getCompiler ( ) : Illuminate\View\Compilers\CompilerInterface | ||
리턴 | Illuminate\View\Compilers\CompilerInterface |