SqlServerConnection::setReconnector()

$this setReconnector(callable $reconnector) Set the reconnect instance on the connection. Parameters callable $reconnector Return Value $this

PasswordResetServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Connection::withTablePrefix()

Grammar withTablePrefix(Grammar $grammar) Set the table prefix and return the grammar. Parameters Grammar $grammar Return Value Grammar

Pivot::load()

$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this

PostgresGrammar::compileEnableForeignKeyConstraints()

string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string

MorphToMany::getRelatedFreshUpdate()

string getRelatedFreshUpdate() Get the related model's updated at column name. Return Value string

NullStore::getPrefix()

string getPrefix() Get the cache key prefix. Return Value string

IronConnector

IronConnector class IronConnector implements ConnectorInterface (View source) Methods void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Queue connect(array $config) Establish a queue connection.

Builder::when()

$this when(bool $value, Closure $callback, Closure $default = null) Apply the callback's query changes if the given "value" is true. Parameters bool $value Closure $callback Closure $default Return Value $this

AbstractPaginator::lastItem()

int lastItem() Get the number of the last item in the slice. Return Value int