MorphTo::getMorphType()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getMorphType() Get the foreign key "type" name.

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

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

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

static void flushEventListeners() Remove all of the event listeners

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

static int destroy(array|int $ids) Destroy the models for the

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

Builder getRelationCountQuery(

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

array getVisible() Get the visible attributes for the model.

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

Model newInstance(array $attributes = array(), bool $exists

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

Builder getRelationCountQueryForSelfRelation(

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

array matchMany(array $models, Collection $results

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

void touch() Touch all of the related models for the relationship.

2025-01-10 15:47:30