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

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

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

string relatedUpdatedAt() Get the name of the related model's "updated

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

bool isForceDeleting() Determine if the model is currently force deleting

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

void addHidden(array|string|null $attributes = null) Add hidden attributes

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

Collection getEager()

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

array getDictionary() Get the dictionary used by the relationship.

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

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

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

mixed offsetGet(mixed $offset) Get the value for a given offset.

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

string toJson(int $options) Convert the model instance to JSON.

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

mixed average(callable|string|null $callback = null) Alias for the "avg"

2025-01-10 15:47:30