Pivot::setAppends()

$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this

ProviderMakeCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

Session

Session class Session extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res

NotificationFake::assertSentTo()

void assertSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Assert if a notification was sent based on a truth-test callback. Parameters mixed $notifiable string $notification callable|null $callback Return Value void

HandlerResolver

HandlerResolver interface HandlerResolver (View source) Methods mixed resolveHandler(mixed $command) Get the handler instance for the given command. string getHandlerClass(mixed $command) Get the handler class for the given command. string getHandlerMethod(mixed $command) Get the handler method for the given command. void maps(array $commands) Register command to handler mappings. void mapUsing(Closure $mapper) Register a fallback mapper callback.

Arr::prepend()

static array prepend(array $array, mixed $value, mixed $key = null) Push an item onto the beginning of an array. Parameters array $array mixed $value mixed $key Return Value array

ConsoleServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Connection::prepareBindings()

array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array

SyncQueue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

Broadcast::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void