EventMakeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

ResponsePreparerInterface::prepareResponse()

Response prepareResponse(mixed $value) Prepare the given value as a Response object. Parameters mixed $value Return Value Response

QueueServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

RemindersTableCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

MySqlConnection::getFetchMode()

int getFetchMode() Get the default fetch mode for the connection. Return Value int

Request::ajax()

bool ajax() Determine if the request is the result of an AJAX call. Return Value bool

ComposerServiceProvider::register()

void register() Register the service provider. Return Value void

Authorizable::cannot()

bool cannot(string $ability, array|mixed $arguments = array()) Determine if the entity does not have a given ability. Parameters string $ability array|mixed $arguments Return Value bool

In::__construct()

void __construct(array $values) Create a new in rule instance. Parameters array $values Return Value void

Collection::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible across the entire collection. Parameters array|string $attributes Return Value $this