HasMany::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getForeignKey() Get the foreign key for the relationship.

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

string relatedUpdatedAt() Get the name of the related model's "updated

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

$this setRawAttributes(array $attributes, bool $sync = false) Set the array

2025-01-10 15:47:30
HasOne::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
ConnectionInterface::affectingStatement()
  • References/PHP/Laravel/Database

int affectingStatement(string $query, array $bindings = array()) Run an

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

Pivot newExistingPivot(array $attributes

2025-01-10 15:47:30
BaseCommand::option()
  • References/PHP/Laravel/Database/Console/Migrations

string|array option(string $key = null) Get the value of a command option

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

Builder newQuery()

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

string getRelationCountHash() Get a relationship join table hash.

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

void setEventDispatcher(Dispatcher $events)

2025-01-10 15:47:30