Model::getGuarded()
  • References/PHP/Laravel/Database/Eloquent

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

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

void addConstraints() Set the base constraints on the relation query.

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

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

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

array getCasts() Get the casts array. Return

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

mixed getParentKey() Get the key value of the parent's local key.

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

static Connection resolveConnection(string|null $connection

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

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

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

$this setDateFormat(string $format) Set the date format used by the model

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