mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection
array toArray() Get all of the input and files for the request. Return Value array
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
array getCasts() Get the casts array. Return Value array
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
void offsetUnset(string $key) Unset the item at a given offset. Parameters string $key Return Value void
$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
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
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 933 of 996