HasOne::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

Collection whereIn(string $key, mixed $values, bool $strict = false)

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

string joiningTable(string $related) Get the joining table name for a many-to-many

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

Builder|

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

string wrap(string $value) Wrap the given value with the parent query's

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

void __construct(Builder $query,

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

bool contains(mixed $key, mixed $value = null) Determine if a key exists

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

bool hasGetMutator(string $key) Determine if a get mutator exists for an

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

$this setEagerLoads(array $eagerLoad) Set the relationships being eagerly

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

bool relationLoaded(string $key) Determine if the given relation is loaded

2025-01-10 15:47:30