Pivot::getRelation()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed getRelation(string $relation) Get a specified relationship.

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

string getForeignKey() Get the fully qualified foreign key for the relation

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

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

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

MorphOneOrMany class MorphOneOrMany extends

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

Builder getRelationQuery(

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

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

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

Model create(array $attributes, array $joining = array()

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

$this withPivot(array|mixed $columns) Set the columns on the pivot table

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

void touchIfTouching() If we're touching the parent model, touch.

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

string getRelatedFreshUpdate() Get the related model's updated at column

2025-01-10 15:47:30