N°4756 - Ease extensibility for CRUD operations : Event Service - documentation

This commit is contained in:
Eric Espie
2022-12-13 10:43:05 +01:00
parent 22749caeb4
commit 329d1a7c41
3 changed files with 63 additions and 22 deletions

View File

@@ -9,12 +9,16 @@ namespace Combodo\iTop\Service;
/**
* Interface to implement in order to register the events and listeners
*
* @api
* @package Combodo\iTop\Service
* @since 3.1.0
*/
interface iEventServiceSetup
{
/**
* Extension point to register the events and events listeners
*
* @api
* @return void
*/
public function RegisterEventsAndListeners();