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

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

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

array getGuarded() Get the guarded attributes for the model.

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

string getMorphClass() Get the class name of the parent model.

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

string updatedAt() Get the name of the "updated at" column.

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

Model getParent()

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

string getPlainForeignKey() Get the plain foreign key.

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

BelongsToMany wherePivot(string

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

$this setHidden(array $hidden) Set the hidden attributes for the model

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

abstract array match(array $models, Collection

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

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

2025-01-10 15:47:30