Skip to content

Commit 6f55e7e

Browse files
Add onOpened Event
This will allow the IDE to suggest the onOpened method when chaining in HTML Editor. Fixed issue with php stan. Available since Datatables Editor 1.9.1 Reference https://editor.datatables.net/reference/event/opened
1 parent 7190cfd commit 6f55e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Html/Editor/HasEvents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* @method $this onInitRemove($script)
1515
* @method $this onInitSubmit($script)
1616
* @method $this onOpen($script)
17+
* @method $this onOpened($script)
1718
* @method $this onPostCreate($script)
1819
* @method $this onPostEdit($script)
1920
* @method $this onPostRemove($script)

0 commit comments

Comments
 (0)