Showing 7 of 2,041 result(s)
Returns a Blade error code representing the current error instance. 1 <?php 2 3 public function getErrorCode () : string ;
…t. If a comment is not completed, the start of the comment will become part of a LiteralNode instance. The following sample document would produce a CommentNode and a LiteralNode : 1 {{-- The comment --}} 2 {{-- This will become part of the...
Retrieves a list of directive names supported by the parser instance. 1 <?php 2 3 public function getDirectiveNames () : array ;
Retrieves the parsed nodes. 1 <?php 2 3 public function getNodes () : array ;
Tests if any errors are present. 1 <?php 2 3 public function hasErrors () : bool ;
Tests if any fatal errors are present. 1 <?php 2 3 public function hasFatalErrors () : bool ;
Returns a value indicating if the document has any Blade comments. 1 <?php 2 3 public function hasAnyComments () : bool ;