model.relation.afterAttach
Called after creating a new relation between models (only for BelongsToMany relation)
Example usage:
$model->bindEvent('model.relation.afterAttach', function (string $relationName, array $attachedIdList, array $insertData) use (\Winter\Storm\Database\Model $model) {
traceLog("New relation {$relationName} was created", $attachedIdList);
});
NOTE: If a custom pivotModel is being used the parameters will actually be
string $relationName, mixed $id, array $attributes
Usage
Triggers
Class or file | Line |
---|---|
Winter\Storm\Database\Relations\Concerns\BelongsOrMorphsToMany
|
178 |
Copyright © 2024 Winter CMS