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

$this setPerPage(int $perPage) Set the number of models to return per page

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

mixed getKey() Get the value of the model's primary key.

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

void __construct(Builder $query,

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

static void unsetEventDispatcher() Unset the event dispatcher

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

string getOtherKey() Get the "other key" column name.

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

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

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

Collection|array saveMany(

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

void addVisible(array|string|null $attributes = null) Add visible attributes

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

string getRelatedFreshUpdate() Get the related model's updated at column

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

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

2025-01-10 15:47:30