PostgresConnection::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void

Artisan

Artisan class Artisan 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

Input::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Hub

Hub interface Hub (View source) Methods mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines.

Job

Job interface Job (View source) Methods void fire() Fire the job. void delete() Delete the job from the queue. bool isDeleted() Determine if the job has been deleted. void release(int $delay) Release the job back into the queue. bool isDeletedOrReleased() Determine if the job has been deleted or released. int attempts() Get the number of times the job has been attempted. string getName() Get the name of the queued job class. string resolveName() Get the

PageConstraint::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string

EncryptionServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

ApcStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

EventServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

TailCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool