MorphPivot::update()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool|int update(array $attributes = array()) Update the model in the database

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

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset

2025-01-10 15:47:30
Factory::makeAs()
  • References/PHP/Laravel/Database/Eloquent

mixed makeAs(string $class, string $name, array $attributes = array()) Create

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

string getHasCompareKey() Get the key for comparing against the parent

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

string relatedUpdatedAt() Get the name of the related model's "updated

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

Model getParent()

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

Collection|

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

int detach(mixed $ids = array(), bool $touch = true) Detach models from

2025-01-10 15:47:30
Builder::getEagerLoads()
  • References/PHP/Laravel/Database/Eloquent

array getEagerLoads() Get the relationships being eagerly loaded.

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

mixed fromJson(string $value, bool $asObject = false) Decode the given

2025-01-10 15:47:30