string getMorphType() Get the foreign key "type" name. Return Value string
array getDeferredServices() Get the application's deferred services. Return Value array
void __set(string $key, mixed $value) Dynamically set container services. Parameters string $key mixed $value Return Value void
string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string
void info(string $string) Write a string as information output. Parameters string $string Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
void addLocation(string $location) Add a location to the array of view locations. Parameters string $location Return Value void
mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed
void question(string $string) Write a string as question output. Parameters string $string Return Value void
int|bool decrement(string $key, mixed $value) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
Page 596 of 996