|
5 | 5 | use Illuminate\Support\Str; |
6 | 6 |
|
7 | 7 | /** |
8 | | - * @method Editor onClose($script) |
9 | | - * @method Editor onCreate($script) |
10 | | - * @method Editor onDisplayOrder($script) |
11 | | - * @method Editor onEdit($script) |
12 | | - * @method Editor onInitCreate($script) |
13 | | - * @method Editor onInitEdit($script) |
14 | | - * @method Editor onInitRemove($script) |
15 | | - * @method Editor onInitSubmit($script) |
16 | | - * @method Editor onOpen($script) |
17 | | - * @method Editor onPostCreate($script) |
18 | | - * @method Editor onPostEdit($script) |
19 | | - * @method Editor onPostRemove($script) |
20 | | - * @method Editor onPostSubmit($script) |
21 | | - * @method Editor onPostUpload($script) |
22 | | - * @method Editor onPreBlur($script) |
23 | | - * @method Editor onPreBlurCancelled($script) |
24 | | - * @method Editor onPreCreate($script) |
25 | | - * @method Editor onPreEdit($script) |
26 | | - * @method Editor onPreOpen($script) |
27 | | - * @method Editor onPreOpenCancelled($script) |
28 | | - * @method Editor onPreRemove($script) |
29 | | - * @method Editor onPreSubmit($script) |
30 | | - * @method Editor onPreSubmitCancelled($script) |
31 | | - * @method Editor onPreUpload($script) |
32 | | - * @method Editor onPreUploadCancelled($script) |
33 | | - * @method Editor onProcessing($script) |
34 | | - * @method Editor onRemove($script) |
35 | | - * @method Editor onSetData($script) |
36 | | - * @method Editor onSubmitComplete($script) |
37 | | - * @method Editor onSubmitError($script) |
38 | | - * @method Editor onSubmitSuccess($script) |
39 | | - * @method Editor onSubmitUnsuccessful($script) |
40 | | - * @method Editor onUploadXhrError($script) |
41 | | - * @method Editor onUploadXhrSuccess($script) |
| 8 | + * @method $this onClose($script) |
| 9 | + * @method $this onCreate($script) |
| 10 | + * @method $this onDisplayOrder($script) |
| 11 | + * @method $this onEdit($script) |
| 12 | + * @method $this onInitCreate($script) |
| 13 | + * @method $this onInitEdit($script) |
| 14 | + * @method $this onInitRemove($script) |
| 15 | + * @method $this onInitSubmit($script) |
| 16 | + * @method $this onOpen($script) |
| 17 | + * @method $this onPostCreate($script) |
| 18 | + * @method $this onPostEdit($script) |
| 19 | + * @method $this onPostRemove($script) |
| 20 | + * @method $this onPostSubmit($script) |
| 21 | + * @method $this onPostUpload($script) |
| 22 | + * @method $this onPreBlur($script) |
| 23 | + * @method $this onPreBlurCancelled($script) |
| 24 | + * @method $this onPreCreate($script) |
| 25 | + * @method $this onPreEdit($script) |
| 26 | + * @method $this onPreOpen($script) |
| 27 | + * @method $this onPreOpenCancelled($script) |
| 28 | + * @method $this onPreRemove($script) |
| 29 | + * @method $this onPreSubmit($script) |
| 30 | + * @method $this onPreSubmitCancelled($script) |
| 31 | + * @method $this onPreUpload($script) |
| 32 | + * @method $this onPreUploadCancelled($script) |
| 33 | + * @method $this onProcessing($script) |
| 34 | + * @method $this onRemove($script) |
| 35 | + * @method $this onSetData($script) |
| 36 | + * @method $this onSubmitComplete($script) |
| 37 | + * @method $this onSubmitError($script) |
| 38 | + * @method $this onSubmitSuccess($script) |
| 39 | + * @method $this onSubmitUnsuccessful($script) |
| 40 | + * @method $this onUploadXhrError($script) |
| 41 | + * @method $this onUploadXhrSuccess($script) |
42 | 42 | */ |
43 | 43 | trait HasEvents |
44 | 44 | { |
|
0 commit comments