Application getLaravel() Get the Laravel application instance. Return Value Application
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string getDots() Get a pagination "dot" element. Return Value string
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
void offsetUnset(string $key) Unset the item at a given offset. Parameters string $key Return Value void
array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array
string getPageName() Get the query string variable used to store the page. Return Value string
mixed value(string $column) Get a single column's value from the first result of a query. Parameters string $column Return Value mixed
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Page 140 of 996