RegisterDeviseTags
class RegisterDeviseTags extends NodeVisitorAbstract
Methods
__construct(DeviseParser $DeviseParser)
Create a new RegisterDeviseTags visitor
void
enterNode(Node $node)
We are examine this node for data-devise tags inside of the html. We only need to check out InlineHTML nodes
array
afterTraverse(array $nodes)
Runs after all the nodes have been examined
Details
at line 24
__construct(DeviseParser $DeviseParser)
Create a new RegisterDeviseTags visitor
at line 36
void
enterNode(Node $node)
We are examine this node for data-devise tags inside of the html. We only need to check out InlineHTML nodes
at line 52
array
afterTraverse(array $nodes)
Runs after all the nodes have been examined