PHP Класс Devise\Pages\Interpreter\BladeEngineCompiler

..
Наследование: implements Illuminate\View\Compilers\CompilerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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