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

bool touches(string $relation) Determine if the model touches a given relation

2025-01-10 15:47:30
Model::morphToMany()
  • References/PHP/Laravel/Database/Eloquent

MorphToMany morphToMany(string

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

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

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

string getMorphClass() Get the class name for polymorphic relations.

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

Builder|

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

string createdAt() Get the name of the "created at" column.

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

string getRelationCountHash() Get a relationship join table hash.

2025-01-10 15:47:30
Collection::each()
  • References/PHP/Laravel/Database/Eloquent

$this each(callable $callback) Execute a callback over each item.

2025-01-10 15:47:30