| Methods | ||
|---|---|---|
protected
|
readOnly()
|
# |
public
|
save(Model $model, array $pivotAttributes = [], $touch = true)
|
# |
public
|
saveMany($models, array $pivotAttributes = [])
|
# |
public
|
create(array $attributes = [], array $joining = [], $touch = true)
|
# |
public
|
createMany(iterable $records, array $joinings = [])
|
# |
public
|
toggle($ids, $touch = true)
|
# |
public
|
syncWithoutDetaching($ids)
|
# |
public
|
sync($ids, $detaching = true)
|
# |
public
|
attach($id, array $attributes = [], $touch = true)
|
# |
public
|
detach($ids = null, $touch = true)
|
# |