void register() Register the service provider. Return Value void
string|null getQueueableClass() Get the type of the entities being queued. Return Value string|null
throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException
string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
static void unsetConnectionResolver() Unset the connection resolver for models. Return Value void
array createMany(array $records, array $joinings = array()) Create an array of new instances of the related models. Parameters array $records array $joinings Return Value array
void flush() Remove all items from the cache. Return Value void
Application class Application extends Container implements Application, HttpKernelInterface (View source) Constants VERSION The Laravel framework version.
mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
array getLoopStack() Get the entire loop stack. Return Value array
Page 610 of 996