DetectsLostConnections

DetectsLostConnections trait DetectsLostConnections (View source)

DatabaseQueue::later()

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

User::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

Collection::uniqueStrict()

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

ViewFinderInterface::addLocation()

void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void

EventServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Str::ucfirst()

static string ucfirst(string $string) Make a string's first character uppercase. Parameters string $string Return Value string

InstallCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

MySqlBuilder::hasTable()

bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool

JobMakeCommand::__construct()

void __construct(Filesystem $files) Create a new console command instance. Parameters Filesystem $files Return Value void