Collection::containsStrict()
  • References/PHP/Laravel/Database/Eloquent

bool containsStrict(mixed $key, mixed $value = null) Determine if an item

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

Traversable|array saveMany(

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

void __construct(Builder $query,

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

array matchOne(array $models, Collection $results

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

$this syncOriginalAttribute(string $attribute) Sync a single original attribute

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

$this makeHidden(array|string $attributes) Make the given, typically visible

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

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

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

string getForeignKey() Get the foreign key for the relationship.

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

array modelKeys() Get the array of primary keys.

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

static void unguard(bool $state = true) Disable all mass assignable

2025-01-10 15:47:30