firstOfType | Querying Document Nodes
…ocates the first 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 firstOfType ( 6 string $ type 7 ) : AbstractNode ;...