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

$this load(array|string $relations) Eager load relations on the model.

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

Builder getQuery()

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

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

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

Model getParent()

2025-01-10 15:47:30