hasAnyComments | Querying Document Nodes
Returns a value indicating if the document has any Blade comments. 1 <?php 2 3 public function hasAnyComments ( ) : bool ;
Showing 10 of 2,133 results.
Returns a value indicating if the document has any Blade comments. 1 <?php 2 3 public function hasAnyComments ( ) : bool ;
The signature of the prepend method is: 1 public static function prepend ( 2 $ array , 3 $ value , 4 $ key = null 5 ) ;
Tests if any errors are present. 1 <?php 2 3 public function hasErrors ( ) : bool ;
Gets the document's file path. 1 <?php 2 3 public function getFilePath ( ) : string ;
Gets the directive names. 1 <?php 2 3 public function getDirectiveNames ( ) : array ;
Class : RequiresOpenValidator The requires open directive validator emits a validation error when a closing directive is not paired with an opening directive within the template. The following template: 1 @endfor emits the following error message:...
Class : DirectiveArgumentsSpanningLinesValidator The line-span validator emits a validation error when the directive's arguments span more than a specified number of lines. The following template: 1 @if ( $ something 2 == $ this && 3 ' this ' == '...
The queue:retry command can be used to attempt to process the specified failed jobs again. The command is versatile in how it accepts the IDs of the jobs to retry. All of the jobs can be retried by supplying all as the only argument: 1 # Retry all...
The signature of the __call method is: 1 public function __call ( 2 $ method , 3 $ parameters 4 ) ;
The signature of the __callStatic method is: 1 public static function __callStatic ( 2 $ method , 3 $ parameters 4 ) ;