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

array getRelations() Get all the loaded relations for the instance.

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

void addEagerConstraints(array $models) Set the constraints for an eager

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

array getDictionary(ArrayAccess|array|null $items = null)

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

$this setRelation(string $relation, mixed $value) Set the specific relationship

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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

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

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

Collection sort(callable $callback = null)

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

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

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

mixed getKey() Get the value of the model's primary key.

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

mixed resolve(string $type, mixed $id) Resolve the entity for the given

2025-01-10 15:47:30