Relation::initRelation()
  • References/PHP/Laravel/Database/Eloquent/Relations

abstract array initRelation(array $models, string $relation)

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

Paginator simplePaginate(int $perPage = null

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

Builder getRelationCountQuery(

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

static bool hasGlobalScope(Scope|string $scope)

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

bool isFillable(string $key) Determine if the given attribute may be mass

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

string __toString() Convert the collection to its string representation

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

$this guard(array $guarded) Set the guarded attributes for the model.

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

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

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

array match(array $models, Collection $results,

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

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

2025-01-10 15:47:30