Relation::rawUpdate()
  • References/PHP/Laravel/Database/Eloquent/Relations

int rawUpdate(array $attributes = array()) Run a raw update against the

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
MorphPivot::getDates()
  • References/PHP/Laravel/Database/Eloquent/Relations

array getDates() Get the attributes that should be converted to dates.

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

string getQualifiedForeignKey() Get the fully qualified foreign key of

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

mixed getResults() Get the results of the relationship.

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

Builder getRelationQuery(

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

array matchOne(array $models, Collection $results

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

array initRelation(array $models, string $relation) Initialize the relation

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

int rawUpdate(array $attributes = array()) Run a raw update against the

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

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

2025-01-10 15:47:30