Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Devise
Pages
Interpreter
DeviseCompiler
PHP Class Devise\Pages\Interpreter\DeviseCompiler
Mostrar archivo
Open project: devisephp/cms
Class Usage Examples
Public Methods
Method
Description
compile
(
string
$view
) :
string
Compile the view with devise code in it
Protected Methods
Method
Description
modified
(
string
$view
) :
array
Get the modified AST
pristine
(
string
$view
) :
array
Get the pristine AST
Method Details
compile()
public
method
Compile the view with devise code in it
public
compile
(
string
$view
) :
string
$view
string
return
string
modified()
protected
method
Get the modified AST
protected
modified
(
string
$view
) :
array
$view
string
return
array
pristine()
protected
method
Get the pristine AST
protected
pristine
(
string
$view
) :
array
$view
string
return
array