EventServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

ApcStore::put()

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

Exists::__toString()

string __toString() Convert the rule to a validation string. Return Value string

RedisBroadcaster::channel()

$this channel(string $channel, callable $callback) Register a channel authenticator. Parameters string $channel callable $callback Return Value $this

Facade::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Paginator::offsetExists()

bool offsetExists(mixed $key) Determine if the given item exists. Parameters mixed $key Return Value bool

EventMakeCommand::getOutput()

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

PusherBroadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed

BusFake::assertDispatched()

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

MorphMany::morphMap()

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