findDirectiveByName | Querying Document Nodes
…ocate the first instance of a directive with the provided name. Returns the first instance of DirectiveNode with the provided name. Returns null if no directive was found. Argument Description $name The directive name. 1 <?php 2 3 use Stillat \...