Connection::listen()

void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void

TagSet::getNamespace()

string getNamespace() Get a unique namespace that changes when any of the tags are flushed. Return Value string

Pivot::setKeyName()

$this setKeyName(string $key) Set the primary key for the model. Parameters string $key Return Value $this

PostgresBuilder::getColumnType()

string getColumnType(string $table, string $column) Get the data type for the given column name. Parameters string $table string $column Return Value string

Dispatcher

Dispatcher interface Dispatcher (View source) Methods void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately.

RetrievesMultipleKeys

RetrievesMultipleKeys trait RetrievesMultipleKeys (View source) Methods array many(array $keys) Retrieve multiple items from the cache by key. void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes.

EnvironmentCommand::warn()

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

ConnectionResolverInterface

ConnectionResolverInterface interface ConnectionResolverInterface (View source) Methods ConnectionInterface connection(string $name = null) Get a database connection instance. string getDefaultConnection() Get the default connection name. void setDefaultConnection(string $name) Set the default connection name.

Validator::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

TailCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application