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

array getOriginal(string|null $key = null, mixed $default = null) Get the

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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

bool isDirty(array|string|null $attributes = null) Determine if the model

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

bool isGuarded(string $key) Determine if the given key is guarded.

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

static void unsetConnectionResolver() Unset the connection resolver

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

Model newInstance(array $attributes = array(), bool $exists

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

HasManyThrough hasManyThrough(string

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

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get

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
Model::append()
  • References/PHP/Laravel/Database/Eloquent

$this append(array|string $attributes) Append attributes to query when

2025-01-10 15:47:30