Search

Showing 7 of 2,041 result(s)

/blade-parser/v1/the-compiler#content-haserrors

Tests if any errors are present. 1 <?php 2   3 public function hasErrors () : bool ;

/blade-parser/v1/the-compiler#content-hasfatalerrors

Tests if any fatal errors are present. 1 <?php 2   3 public function hasFatalErrors () : bool ;

/blade-parser/v1/the-validate-command#content-requires-open-directive

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:...

/blade-parser/v1/validating-documents#content-haserrors

Tests if any errors are present. 1 <?php 2   3 public function hasErrors () : bool ;

/blade-parser/v1/validating-workspaces#content-haserrors

Tests if any errors are present. 1 <?php 2   3 public function hasErrors () : bool ;

/blade-parser/v1/validating-workspaces#content-hasfatalerrors

Tests if any fatal errors are present. 1 <?php 2   3 public function hasFatalErrors () : bool ;

/blade-parser/v1/workspaces#content-getfilecount

Returns the number of template files discovered in the workspace. 1 <?php 2   3 public function getFileCount () : int ;