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

abstract mixed getResults() Get the results of the relationship

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

string createdAt() Get the name of the "created at" column.

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

string __toString() Convert the model to its string representation.

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

Relation class Relation (

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

Model firstOrNew(array $attributes)

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

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

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

void __clone() Force a clone of the underlying query builder when cloning

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

static mixed noConstraints(Closure $callback)

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

int rawUpdate(array $attributes = array()) Run a raw update against the

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