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

void touchOwners() Touch the owning relations of the model.

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

$this setConnection(string $name) Set the connection associated with the

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

bool hasGetMutator(string $key) Determine if a get mutator exists for an

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

Model updateOrCreate(array $attributes, array $values = array())

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

static array morphMap(array $map = null, bool $merge = true) Set

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

string getOtherKey() Get the associated key of the relationship.

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

mixed getRelation(string $relation) Get a specified relationship.

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

array sync(Collection|array $ids, bool $detaching

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

array match(array $models, Collection $results,

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

Pivot newPivot(array $attributes = array()

2025-01-10 15:47:30