HasOne::getPlainForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getPlainForeignKey() Get the plain foreign key.

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

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

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

array getRelations() Get all the loaded relations for the instance.

2025-01-10 15:47:30
MorphOne::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
HasManyThrough::getThroughKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getThroughKey() Get the qualified foreign key on the "through" model

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

array matchMany(array $models, Collection $results

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

bool hasGetMutator(string $key) Determine if a get mutator exists for an

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

array match(array $models, Collection $results,

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

array initRelation(array $models, string $relation) Initialize the relation

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

array getDictionary() Get the dictionary used by the relationship.

2025-01-10 15:47:30