RestartCommand::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

RouteCacheCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

NotificationMakeCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

QueryException::getBindings()

array getBindings() Get the bindings for the query. Return Value array

VendorPublishCommand::fire()

void fire() Execute the console command. Return Value void

ScheduleRunCommand::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

NotificationMakeCommand::anticipate()

string anticipate(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

MessageBag::has()

bool has(string|array $key) Determine if messages exist for all of the given keys. Parameters string|array $key Return Value bool

MorphPivot::getOtherKey()

string getOtherKey() Get the "other key" column name. Return Value string

BroadcastChannel::__construct()

void __construct(Dispatcher $events) Create a new database channel. Parameters Dispatcher $events Return Value void