Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Devise
Pages
Interpreter
DeviseCompiler
PHP Класс Devise\Pages\Interpreter\DeviseCompiler
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
compile
(
string
$view
) :
string
Compile the view with devise code in it
Защищенные методы
Метод
Описание
modified
(
string
$view
) :
array
Get the modified AST
pristine
(
string
$view
) :
array
Get the pristine AST
Описание методов
compile()
публичный
Метод
Compile the view with devise code in it
public
compile
(
string
$view
) :
string
$view
string
Результат
string
modified()
защищенный
Метод
Get the modified AST
protected
modified
(
string
$view
) :
array
$view
string
Результат
array
pristine()
защищенный
Метод
Get the pristine AST
protected
pristine
(
string
$view
) :
array
$view
string
Результат
array