BelongsToMany::get()
  • References/PHP/Laravel/Database/Eloquent/Relations

Collection get(array $columns = array('*'))

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

array initRelation(array $models, string $relation) Initialize the relation

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

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

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

$this setTable(string $table) Set the table associated with the model.

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

bool chunk(int $count, callable $callback) Chunk the results of the query

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

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

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

string getOtherKey() Get the "other key" column name.

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

string getPlainForeignKey() Get the plain foreign key.

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

string getTable() Get the intermediate table for the relationship.

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

string updatedAt() Get the name of the "updated at" column.

2025-01-10 15:47:30