class EndForeachNode extends Node
Class EndForeachNode is a node that matches "@endforeach" 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