PHP 클래스 Devise\Pages\Interpreter\Modifiers\CreatePristineSection

..
상속: extends PhpParser\NodeVisitorAbstract
파일 보기 프로젝트 열기: devisephp/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$cloned array ..

공개 메소드들

메소드 설명
__construct ( DeviseParser $DeviseParser ) [__construct description]
afterTraverse ( array $nodes ) : array After we traverse the tree, we are going to split the view into two parts. The first part is for devise editors and the second part is for pristine viewers
beforeTraverse ( array $nodes ) : array Runs after all the nodes have been examined
enterNode ( PhpParser\Node $node ) : void Removes the devise tag stuff

보호된 메소드들

메소드 설명
parseNode ( string $html ) : string Parses the html node

메소드 상세

__construct() 공개 메소드

[__construct description]
public __construct ( DeviseParser $DeviseParser )
$DeviseParser Devise\Pages\Interpreter\DeviseParser

afterTraverse() 공개 메소드

After we traverse the tree, we are going to split the view into two parts. The first part is for devise editors and the second part is for pristine viewers
public afterTraverse ( array $nodes ) : array
$nodes array
리턴 array

beforeTraverse() 공개 메소드

Runs after all the nodes have been examined
public beforeTraverse ( array $nodes ) : array
$nodes array
리턴 array

enterNode() 공개 메소드

Removes the devise tag stuff
public enterNode ( PhpParser\Node $node ) : void
$node PhpParser\Node
리턴 void

parseNode() 보호된 메소드

Parses the html node
protected parseNode ( string $html ) : string
$html string
리턴 string

프로퍼티 상세

$cloned 보호되어 있는 프로퍼티

..
protected array $cloned
리턴 array