File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1016,9 +1016,9 @@ beforeFind The name of the calling **method**, whether a **singleton** wa
1016
1016
- ``findAll() `` **limit ** = the number of rows to find.
1017
1017
**offset ** = the number of rows to skip during the search.
1018
1018
afterFind Same as **beforeFind ** but including the resulting row(s) of data, or null if no result found.
1019
- beforeDelete **id ** = primary key of row being passed to the ``delete() `` method.
1019
+ beforeDelete **id ** = an array of primary key rows being passed to the ``delete() `` method.
1020
1020
**purge ** = boolean whether soft-delete rows should be hard deleted.
1021
- afterDelete **id ** = primary key of row being passed to the ``delete() `` method.
1021
+ afterDelete **id ** = an array of primary key rows being passed to the ``delete() `` method.
1022
1022
**purge ** = boolean whether soft-delete rows should be hard deleted.
1023
1023
**result ** = the result of the ``delete() `` call on the Query Builder.
1024
1024
**data ** = unused.
You can’t perform that action at this time.
0 commit comments