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

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

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

Builder getRelationQuery(

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

abstract void addConstraints() Set the base constraints

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

array match(array $models, Collection $results,

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

static bool isUnguarded() Determine if current state is "unguarded"

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

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

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

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

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

string getQualifiedOtherKeyName() Get the fully qualified associated key

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

array createMany(array $records) Create an array of new instances of the

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

string createdAt() Get the name of the "created at" column.

2025-01-10 15:47:30