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
int firstItem() Get the number of the first item in the slice. Return Value int
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
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
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool insert(array $values) Insert a new record into the database. Parameters array $values Return Value bool
void offsetSet(mixed $offset, mixed $value) Set the value for a given offset. Parameters mixed $offset mixed $value Return Value void
$this setSessionResolver(callable $sessionResolver) Set the session resolver for the generator. Parameters callable $sessionResolver Return Value $this
Page 281 of 996