PHP Класс Lavender\Cloud\Sina\View\Engines\SaeCompilerEngine

Наследование: extends SaePhpEngine
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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