Relation::updatedAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

string createdAt() Get the name of the "created at" column.

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

$this load(array|string $relations) Eager load relations on the model.

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

$this guard(array $guarded) Set the guarded attributes for the model.

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

$this setAppends(array $appends) Set the accessors to append to model arrays

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

array getAttributes() Get all of the current attributes on the model.

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

array jsonSerialize() Convert the object into something JSON serializable

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

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

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

Builder|

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

array toArray() Convert the model instance to an array.

2025-01-10 15:47:30