array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array
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 isDeferred() Determine if the provider is deferred. Return Value bool
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
$this yearly() Schedule the event to run yearly. Return Value $this
string url() Get the URL (no query string) for the request. Return Value string
void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void
void assertSentTo(mixed $users, string $mailable, callable|null $callback = null) Assert if a mailable was sent based on a truth-test callback. Parameters mixed $users string $mailable callable|null $callback Return Value void
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
Page 153 of 996