Devise
Class

Devise\Pages\Interrupter\Nodes\DeviseTagNode

class DeviseTagNode extends Node

Class DeviseTagNode is a node that matches " data-devise=..." in the html/blade view

Properties

position $matched string that was matched by regex pattern
$position $position Keeps up with the position where regex match was found
string $node This is the node name
string $type This is the type of node so that we know how to use this later in our DeviseBladeCompiler

Methods

__construct(string $matched, integer $position)

Creates a new Node object

from Node

Details

in Node at line 34
public __construct(string $matched, integer $position)

Creates a new Node object

Parameters

string $matched
integer $position