-
Notifications
You must be signed in to change notification settings - Fork 642
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BatchElementActionEvent → MultiElementActionEvent
- Loading branch information
1 parent
3fd87cb
commit ca62463
Showing
4 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ | |
use Throwable; | ||
|
||
/** | ||
* Batch element action event class. | ||
* Multi element action event class. | ||
* | ||
* @author Pixel & Tonic, Inc. <[email protected]> | ||
* @since 3.2.0 | ||
* @since 5.0.0 | ||
*/ | ||
class BatchElementActionEvent extends ElementQueryEvent | ||
class MultiElementActionEvent extends ElementQueryEvent | ||
{ | ||
/** | ||
* @var ElementInterface The element being processed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters