Relation::rawUpdate()
  • References/PHP/Laravel/Database/Eloquent/Relations

int rawUpdate(array $attributes = array()) Run a raw update against the

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

string wrap(string $value) Wrap the given value with the parent query's

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

HasOne class HasOne extends

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

mixed getAttribute(string $key) Get an attribute from the model.

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

void __set(string $key, mixed $value) Dynamically set attributes on the

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

string getPlainMorphType() Get the plain morph type name without the table

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

bool __isset(string $key) Determine if an attribute or relation exists

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

array createMany(array $records) Create an array of new instances of the

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

$this setIncrementing(bool $value) Set whether IDs are incrementing.

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

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

2025-01-10 15:47:30