HasOneOrMany::relatedUpdatedAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

string getPlainForeignKey() Get the plain foreign key.

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

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute

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

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

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

string getMorphType() Get the foreign key "type" name.

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

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

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

Model firstOrCreate(array $attributes)

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

$this setConnection(string $name) Set the connection associated with the

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

Collection|

2025-01-10 15:47:30