MorphMany::getHasCompareKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getHasCompareKey() Get the key for comparing against the parent

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

void __construct(Builder $query,

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

string updatedAt() Get the name of the "updated at" column.

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
MorphOneOrMany::updatedAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

string updatedAt() Get the name of the "updated at" column.

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

bool|null forceDelete() Force a hard delete on a soft deleted model.

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
Pivot::hasSetMutator()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool hasSetMutator(string $key) Determine if a set mutator exists for an

2025-01-10 15:47:30