Pivot::unguarded()
  • References/PHP/Laravel/Database/Eloquent/Relations

static mixed unguarded(callable $callback) Run the given callable

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

static void flushEventListeners() Remove all of the event listeners

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

string getRelation() Get the name of the relationship.

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

string getRouteKeyName() Get the route key for the model.

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

static Dispatcher getEventDispatcher()

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

array jsonSerialize() Convert the object into something JSON serializable

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

Collection sort(callable $callback = null)

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

$this syncOriginal() Sync the original attributes with the current.

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

$this setPerPage(int $perPage) Set the number of models to return per page

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

$this forceFill(array $attributes) Fill the model with an array of attributes

2025-01-10 15:47:30