BelongsToMany::wrap()
  • References/PHP/Laravel/Database/Eloquent/Relations

string wrap(string $value) Wrap the given value with the parent query's

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

mixed getQueueableId() Get the queueable identity for the entity.

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

static Builder query()

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

void touchIfTouching() If we're touching the parent model, touch.

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

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

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

static Model create(array $attributes = array())

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

array saveMany(Collection|array $models, array $joinings = array())

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

mixed getQueueableId() Get the queueable identity for the entity.

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

Collection|array saveMany(

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

string getRelatedFreshUpdate() Get the related model's updated at column

2025-01-10 15:47:30