PHP 클래스 Devise\Pages\Interpreter\DeviseCompiler

파일 보기 프로젝트 열기: devisephp/cms 1 사용 예제들

공개 메소드들

메소드 설명
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