Model::setTouchedRelations()
  • References/PHP/Laravel/Database/Eloquent

$this setTouchedRelations(array $touches) Set the relationships that are

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

Builder getQuery()

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

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

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

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

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

array createMany(array $records, array $joinings = array()) Create an array

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

string getMorphClass() Get the class name for polymorphic relations.

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

Collection getEager()

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

Model firstOrNew(array $attributes)

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

array getDates() Get the attributes that should be converted to dates.

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

$this makeVisible(array|string $attributes) Make the given, typically hidden

2025-01-10 15:47:30