mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°4756 - Ease extensibility for CRUD operations : Event Service - renamed service setup interface
This commit is contained in:
21
sources/Application/Service/iEventServiceSetup.php
Normal file
21
sources/Application/Service/iEventServiceSetup.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2022 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
namespace Combodo\iTop\Service;
|
||||
|
||||
/**
|
||||
* Interface to implement in order to register the events and listeners
|
||||
*
|
||||
* @since 3.1.0
|
||||
*/
|
||||
interface iEventServiceSetup
|
||||
{
|
||||
/**
|
||||
* Extension point to register the events and events listeners
|
||||
* @return void
|
||||
*/
|
||||
public function RegisterEventsAndListeners();
|
||||
}
|
||||
Reference in New Issue
Block a user