MorphToMany::getBaseQuery()
  • References/PHP/Laravel/Database/Eloquent/Relations

Builder getBaseQuery()

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

mixed first(array $columns = array('*')) Execute the query and get the

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

static Collection make(mixed $items = array())

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

array getDictionary(ArrayAccess|array|null $items = null)

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

$this setRelation(string $relation, mixed $value) Set the specific relationship

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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

array matchMany(array $models, Collection $results

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