RetryCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Cookie::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

RedisTaggedCache::many()

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

Artisan::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

User::can()

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

Paginator::firstItem()

int firstItem() Get the number of the first item in the slice. Return Value int

KeyGenerateCommand::question()

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

SubscribeCommand deprecated::askWithCompletion()

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

AppNameCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Gate::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed