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

Model getParent()

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

string getQualifiedForeignKey() Get the fully qualified foreign key of

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

void __construct(Builder $query,

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

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

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

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

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

Builder|

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

$this setPivotKeys(string $foreignKey, string $otherKey) Set the key names

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

$this|null fresh(array|string $with = array()) Reload a fresh model instance

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

int update(array $attributes) Perform an update on all the related models

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

array getAttributes() Get all of the current attributes on the model.

2025-01-10 15:47:30