We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe3728 commit 2753670Copy full SHA for 2753670
src/Mouf/Html/Widgets/EvoluGrid/EvoluGrid.php
@@ -405,16 +405,6 @@ public function setCustomLoader($customLoader) {
405
return $this;
406
}
407
408
- /**
409
- * A set of RowEventListernerInterface that will associate mouseevents ans associated callbacks to each row item
410
- *
411
- * @param RowEventListernerInterface[] $rowEventListeners
412
- */
413
- public function setRowEventListeners($rowEventListeners) {
414
- $this->rowEventListeners = $rowEventListeners;
415
- return $this;
416
- }
417
-
418
/**
419
* @param string $onResultShown
420
*/
0 commit comments