Showing 10 of 1,214 results.

Error Types | Parser Errors

There are a variety of specific error types, each encoding a unique scenario: Error Type Code Unknown 000 Unexpected End of Input 001 Unexpected Echo 002 Unexpected Raw Echo 003 Unexpected Triple Echo 004 Unexpected Comment 005 Unexpected...

getErrorMessage | Parser Errors

Returns a formatted Blade error messages. Error messages will contain a generated error code, a message indicating the failure as well as information such as the offending line number. 1 <?php 2 3 public function getErrorMessage ( ) : string ;

getErrorCode | Parser Errors

Returns a Blade error code representing the current error instance. 1 <?php 2 3 public function getErrorCode ( ) : string ;

Implementing C# Events

…ed a delegate Barked which describes a method that has a return type of void , and accepts no arguments. Additionally, we've created a class member OnBarked that can be assigned any method that matches the delegate (a void return type and accepts...

Laravel Translation Helper Function: trans

The trans helper function is used to return the translation for the given key. It defines a $key parameter which corresponds to an array key within the group file. It also accepts an array of replacements (which are passed through the $parameters...

Filter Search