string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
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
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
int firstItem() Get the number of the first item in the slice. Return Value int
bool can(string $ability, array|mixed $arguments = array()) Determine if the entity has a given ability. Parameters string $ability array|mixed $arguments Return Value bool
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
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
Page 940 of 996