class Node
A node is a piece of string/code from the blade template that we parsed out and identiied it as having some special signfigance.
It could be a if/foreach block or even a devise tag.
Properties
| position | $matched | string that was matched by regex pattern |
| $position | $position | Keeps up with the position where regex match was found |
Methods
|
__construct(string $matched, integer $position)
Creates a new Node object |
Details
at line 34
public
__construct(string $matched, integer $position)
Creates a new Node object