Skip to content

Commit 2753670

Browse files
committed
Fixing duplicate roweventlistener
1 parent bfe3728 commit 2753670

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Mouf/Html/Widgets/EvoluGrid/EvoluGrid.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -405,16 +405,6 @@ public function setCustomLoader($customLoader) {
405405
return $this;
406406
}
407407

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-
418408
/**
419409
* @param string $onResultShown
420410
*/

0 commit comments

Comments
 (0)