void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void
gc($lifetime) {@inheritdoc} Parameters $lifetime
static string plural(string $value, int $count = 2) Get the plural form of an English word. Parameters string $value int $count Return Value string
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Application getLaravel() Get the Laravel application instance. Return Value Application
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
bool exists(string $view) Determine if a given view exists. Parameters string $view Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
Page 440 of 996