$this weekdays() Schedule the event to run only on weekdays. Return Value $this
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
array getCasts() Get the casts array. Return Value array
Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
Model replicate(array $except = null) Clone the model into a new, non-existing instance. Parameters array $except Return Value Model
array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
Page 52 of 996