MorphTo::__construct()
  • References/PHP/Laravel/Database/Eloquent/Relations

void __construct(Builder $query,

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

static void cacheMutatedAttributes(string $class) Extract and

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

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship)

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

bool relationLoaded(string $key) Determine if the given relation is loaded

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

string getQualifiedOtherKeyName() Get the fully qualified associated key

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

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

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

Builder getRelationQuery(

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

abstract void addConstraints() Set the base constraints

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

array match(array $models, Collection $results,

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

static bool isUnguarded() Determine if current state is "unguarded"

2025-01-10 15:47:30