getNodesAfter | Querying Document Nodes
…node 8 ) : NodeCollection ; Example Use 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 5 $ template = <<< ' BLADE ' 6 @if {{ $ hello }} @endif content {{ $ world }} 7 BLADE ; 8 9 $ doc = Document :: fromText ( $ template ) ; 10 $...