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

static Connection resolveConnection(string|null $connection

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

string getConnectionName() Get the current connection name for the model

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

$this setHidden(array $hidden) Set the hidden attributes for the model

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

bool offsetExists(mixed $offset) Determine if the given attribute exists

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

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

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

void touch() Touch all of the related models for the relationship.

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

MorphToMany class MorphToMany extends

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

string freshTimestampString() Get a fresh timestamp for the model.

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

static Model forceCreate(array $attributes)

2025-01-10 15:47:30
BelongsToMany
  • References/PHP/Laravel/Database/Eloquent/Relations

BelongsToMany class BelongsToMany extends

2025-01-10 15:47:30