void question(string $string) Write a string as question output. Parameters string $string Return Value void
string getTable() Get the table associated with the model. Return Value string
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
string getConnectionName() Get the current connection name for the model. Return Value string
mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed
Model firstOrNew(array $attributes) Get the first related model record matching the attributes or instantiate it. Parameters array $attributes Return Value Model
static void saved(Closure|string $callback, int $priority) Register a saved model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
array getFallbackMessages() Get the fallback messages for the validator. Return Value array
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Page 285 of 996