PHP Класс Devise\Pages\Interpreter\Modifiers\CreatePristineSection

..
Наследование: extends PhpParser\NodeVisitorAbstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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