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