N°4756 - Event service initialization

This commit is contained in:
Eric Espie
2022-11-16 21:03:01 +01:00
parent 363a1507cf
commit 6585f717c5
16 changed files with 124 additions and 44 deletions

View File

@@ -1343,9 +1343,9 @@ EOF
if (!empty($sEvents))
{
$sMethods .= <<<EOF
protected function RegisterEvents()
protected function RegisterEventListeners()
{
parent::RegisterEvents();
parent::RegisterEventListeners();
$sEvents
}