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

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

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

static Collection hydrate(array $items

2025-01-10 15:47:30
Collection::get()
  • References/PHP/Laravel/Database/Eloquent

mixed get(mixed $key, mixed $default = null) Get an item from the collection

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

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

2025-01-10 15:47:30
Collection::reduce()
  • References/PHP/Laravel/Database/Eloquent

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection

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

bool save(array $options = array()) Save the model to the database.

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

array relationsToArray() Get the model's relationships in array form.

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

$this setObservableEvents(array $observables) Set the observable event

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

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

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

$this fillable(array $fillable) Set the fillable attributes for the model

2025-01-10 15:47:30