Signature | Laravel 5 Macros: Call and Callstatic
The signature of the __call method is: 1 public function __call ( 2 $ method , 3 $ parameters 4 ) ;
Showing 10 of 2,145 results.
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 ) ;
What is Secure Software Development ? Secure software development is a comprehensive process that involves designing, developing, and testing software applications while prioritizing security at each stage. The main objective of this process is to...
The start helper method will make sure that a given $value always begin with exactly one occurrence of the $prefix . This helper method can be used to help generate absolute URLs from relative path names. The $prefix can be any string value.
The signature of the start method is: 1 public static function start ( 2 $ value , 3 $ prefix 4 ) ;
The put method is used to add a new MessageBag implementation instance to the ViewErrorBag instance, supplied as the argument to the $bag parameter with some name determined by the $key argument.
The replaceFirst helper method is used to replace the first occurrence of a given $search string with the provided $replace string in the $subject string. All three parameters are required and must be strings.
The se_random_id tag may be used to generate a random element ID. By default generates an ID that is 16 characters long. Generated IDs always begin with the el prefix (which is factored into the final length). The minimum length this tag can...
…ng if the MessageBag instance actually has any messages. The method returns true if the instance has messages, otherwise it returns false . The isNotEmpty method is an alias of the any method.The signature of the isNotEmpty method is: 1 public...
The replaceLast helper method is the logical opposite of the replaceFirst helper method. It is used to replace the last occurrence of a given $search string with the provided $replace string in the $subject string. All three parameters are...