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

$this withHidden(array|string $attributes) deprecated

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

static Collection hydrate(array $items

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

void __clone() Force a clone of the underlying query builder when cloning

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

static void updating(Closure|string $callback, int $priority)

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

array getGlobalScopes() Get the global scopes for this class instance.

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

static bool hasGlobalScope(

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

string getQualifiedDeletedAtColumn() Get the fully qualified "deleted at"

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

void offsetUnset(mixed $offset) Unset the value for a given offset.

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

mixed getKey() Get the value of the model's primary key.

2025-01-10 15:47:30
Pivot::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