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

MorphTo morphTo(string $name = null

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

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

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

abstract array match(array $models, Collection

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

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

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

array getFillable() Get the fillable attributes for the model.

2025-01-10 15:47:30
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
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