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

bool touch() Update the model's update timestamp.

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

array getGuarded() Get the guarded attributes for the model.

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

array getVisible() Get the visible attributes for the model.

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

Connection getConnection()

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

$this syncOriginalAttribute(string $attribute) Sync a single original attribute

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

Model|

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

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

2025-01-10 15:47:30