DatabaseNotification::__get()

mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed

DatabaseNotificationCollection::every()

Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection

Request::toArray()

array toArray() Get all of the input and files for the request. Return Value array

TaggedCache::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

Model::getCasts()

array getCasts() Get the casts array. Return Value array

MorphPivot::getMutatedAttributes()

array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array

SortedMiddleware::offsetUnset()

void offsetUnset(string $key) Unset the item at a given offset. Parameters string $key Return Value void

CallbackEvent::weeklyOn()

$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run weekly on a given day and time. Parameters int $day string $time Return Value $this

RouteCacheCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

StorageLinkCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int