Showing 7 of 2,041 result(s)
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 ;
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:...
Tests if any errors are present. 1 <?php 2 3 public function hasErrors () : bool ;
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 the number of template files discovered in the workspace. 1 <?php 2 3 public function getFileCount () : int ;