ViewPublishCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

QueueInterface::later()

mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed

Presenter::getDisabledTextWrapper()

abstract string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. Parameters string $text Return Value string

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

MySqlConnection::setDatabaseName()

string setDatabaseName(string $database) Set the name of the connected database. Parameters string $database Return Value string

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

ConfigClearCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

User::fromJson()

mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed

HasOneOrMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void

Model::getTouchedRelations()

array getTouchedRelations() Get the relationships that are touched on save. Return Value array