MorphOne::saveMany()
  • References/PHP/Laravel/Database/Eloquent/Relations

Collection|array saveMany(

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

Builder getRelationQueryForSelfRelation(

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

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

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

bool isFillable(string $key) Determine if the given attribute may be mass

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

void __wakeup() When a model is being unserialized, check if it needs to

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

Collection get(array $columns = array('*'))

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

string getOtherKey() Get the fully qualified "other key" for the relation

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

static void reguard() Enable the mass assignment restrictions

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

Collection|array saveMany(

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

2025-01-10 15:47:30