MorphMany::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getForeignKey() Get the foreign key for the relationship.

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

Model newInstance(array $attributes = array(), bool $exists

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

string getTable() Get the intermediate table for the relationship.

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

Collection getEager()

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

bool offsetExists(mixed $offset) Determine if the given attribute exists

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

Traversable|array saveMany(

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

string getConnectionName() Get the current connection name for the model

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

string getMorphType() Get the foreign key "type" name.

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

Model getRelated()

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

mixed getParentKey() Get the key value of the parent's local key.

2025-01-10 15:47:30