void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
bool|null fire() Execute the console command. Return Value bool|null
bool configurationIsCached() Determine if the application configuration is cached. Return Value bool
string getCachedRoutesPath() Get the path to the routes cache file. Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool
$this setTouchedRelations(array $touches) Set the relationships that are touched on save. Parameters array $touches Return Value $this
array when() Get the events that trigger this service provider to register. Return Value array
Page 120 of 996