getComponents | Querying Document Nodes
Returns all component tags within the document. This method will return all component tags within the document, including closing tags and self-closing tags. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public function...