mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void
string __toString() Convert the rule to a validation string. Return Value string
$this channel(string $channel, callable $callback) Register a channel authenticator. Parameters string $channel callable $callback Return Value $this
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
bool offsetExists(mixed $key) Determine if the given item exists. Parameters mixed $key Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed
void assertDispatched(string $command, callable|null $callback = null) Assert if a job was dispatched based on a truth-test callback. Parameters string $command callable|null $callback Return Value void
static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array
Page 829 of 996