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

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

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

MorphToMany class MorphToMany extends

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

string freshTimestampString() Get a fresh timestamp for the model.

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

static Model forceCreate(array $attributes)

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

BelongsToMany class BelongsToMany extends

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

static void cacheMutatedAttributes(string $class) Extract and

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

void __clone() Force a clone of the underlying query builder when cloning

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

bool|null delete() Delete the pivot model record from the database.

2025-01-10 15:47:30