Builder::__call()
  • References/PHP/Laravel/Database/Eloquent

mixed __call(string $method, array $parameters) Dynamically handle calls

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
HasMany::initRelation()
  • References/PHP/Laravel/Database/Eloquent/Relations

array initRelation(array $models, string $relation) Initialize the relation

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
MorphTo::getEager()
  • References/PHP/Laravel/Database/Eloquent/Relations

Collection getEager()

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

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

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

mixed getResults() Get the results of the relationship.

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

array getHidden() Get the hidden attributes for the model.

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

BelongsToMany orWherePivotIn(string

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

array getDictionary() Get the dictionary used by the relationship.

2025-01-10 15:47:30