MorphPivot::updating()
  • References/PHP/Laravel/Database/Eloquent/Relations

static void updating(Closure|string $callback, int $priority)

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

static Scope|

2025-01-10 15:47:30
MorphOneOrMany::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
MorphToMany::initRelation()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

array attributesToArray() Convert the model's attributes to an array.

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

MorphToMany morphToMany(string

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

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

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

void __construct(Builder $query,

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

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

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

string getForeignKey() Get the qualified foreign key on the related model

2025-01-10 15:47:30