PHP Class Lavender\Cloud\Sina\View\Engines\SaeCompilerEngine

Inheritance: extends SaePhpEngine
Afficher le fichier Open project: chekun/laravel4sae

Protected Properties

Свойство Type Description
$compiler Illuminate\View\Compilers\CompilerInterface The Blade compiler instance.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

get() public méthode

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

getCompiler() public méthode

Get the compiler implementation.
public getCompiler ( ) : Illuminate\View\Compilers\CompilerInterface
Résultat Illuminate\View\Compilers\CompilerInterface

Property Details

$compiler protected_oe property

The Blade compiler instance.
protected CompilerInterface,Illuminate\View\Compilers $compiler
Résultat Illuminate\View\Compilers\CompilerInterface