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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

bool hasGetMutator(string $key) Determine if a get mutator exists for an

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

mixed avg(callable|string|null $callback = null) Get the average value

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

string joiningTable(string $related) Get the joining table name for a many-to-many

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

array getHidden() Get the hidden attributes for the model.

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

void __unset(string $key) Unset an attribute on the model.

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

string|null getQueueableClass() Get the type of the entities being queued

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

bool push() Save the model and all of its relationships.

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

$this makeHidden(array|string $attributes) Make the given, typically visible

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

mixed __get(string $key) Dynamically retrieve attributes on the model.

2025-01-10 15:47:30