PHP Class Devise\Pages\Interpreter\DeviseCompiler

Afficher le fichier Open project: devisephp/cms Class Usage Examples

Méthodes publiques

Méthode Description
compile ( string $view ) : string Compile the view with devise code in it

Méthodes protégées

Méthode Description
modified ( string $view ) : array Get the modified AST
pristine ( string $view ) : array Get the pristine AST

Method Details

compile() public méthode

Compile the view with devise code in it
public compile ( string $view ) : string
$view string
Résultat string

modified() protected méthode

Get the modified AST
protected modified ( string $view ) : array
$view string
Résultat array

pristine() protected méthode

Get the pristine AST
protected pristine ( string $view ) : array
$view string
Résultat array