getAllParentNodesForNode | Querying Document Nodes
Retrieves all parent nodes for the provided node. Argument Description $node The node. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ AbstractNode ; 4 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 5 6 public function...