DetectsLostConnections trait DetectsLostConnections (View source)
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed
bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool
Collection uniqueStrict(string|callable|null $key = null) Return only unique items from the collection array using strict comparison. Parameters string|callable|null $key Return Value Collection
void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
static string ucfirst(string $string) Make a string's first character uppercase. Parameters string $string Return Value string
void question(string $string) Write a string as question output. Parameters string $string Return Value void
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
void __construct(Filesystem $files) Create a new console command instance. Parameters Filesystem $files Return Value void
Page 187 of 996