lastOfType | Querying Document Nodes
Locates the last instance of the provided node type in the document. Argument Description $type The node type. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ AbstractNode ; 4 5 public function lastOfType ( 6 string $ type 7 ) : AbstractNode ;...