MorphTo::rawUpdate()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

Model dissociate()

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

bool|int update(array $attributes = array()) Update the model in the database

2025-01-10 15:47:30
Model::getAttributeValue()
  • References/PHP/Laravel/Database/Eloquent

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship)

2025-01-10 15:47:30
Collection::pluck()
  • References/PHP/Laravel/Database/Eloquent

Collection pluck(string $value, string|null $key = null)

2025-01-10 15:47:30
Builder::where()
  • References/PHP/Laravel/Database/Eloquent

$this where(string|Closure $column, string $operator = null, mixed $value = null, string $boolean

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

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

2025-01-10 15:47:30
Model::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent

string getForeignKey() Get the default foreign key name for the model.

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

mixed getResults() Get the results of the relationship.

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

string getHasCompareKey() Get the key for comparing against the parent

2025-01-10 15:47:30