MorphPivot::resolveConnection()
  • References/PHP/Laravel/Database/Eloquent/Relations

static Connection resolveConnection(string|null $connection

2025-01-10 15:47:30
Builder::setEagerLoads()
  • References/PHP/Laravel/Database/Eloquent

$this setEagerLoads(array $eagerLoad) Set the relationships being eagerly

2025-01-10 15:47:30
HasMany::getParentKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed getParentKey() Get the key value of the parent's local key.

2025-01-10 15:47:30
MorphOneOrMany::updatedAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

string updatedAt() Get the name of the "updated at" column.

2025-01-10 15:47:30
PostgresConnection::reconnect()
  • References/PHP/Laravel/Database

void reconnect() Reconnect to the database.

2025-01-10 15:47:30
Collection::splice()
  • References/PHP/Laravel/Database/Eloquent

Collection splice(int $offset, int|null $length = null, mixed $replacement

2025-01-10 15:47:30
PostgresGrammar::compileInsertGetId()
  • References/PHP/Laravel/Database/Query/Grammars

string compileInsertGetId(Builder $query, array $values, string

2025-01-10 15:47:30
Grammar::getValue()
  • References/PHP/Laravel/Database/Query/Grammars

string getValue(Expression $expression)

2025-01-10 15:47:30
Database\Eloquent\Relations
  • References/PHP/Laravel/Database/Eloquent

Illuminate\Database\Eloquent\Relations Classes

2025-01-10 15:47:30
SeedCommand::callSilent()
  • References/PHP/Laravel/Database/Console

int callSilent(string $command, array $arguments = array()) Call another

2025-01-10 15:47:30