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

This commit is contained in:
Eric Espie
2022-12-15 13:46:06 +01:00
parent 6a5beb89cc
commit 8665f4ff06
5 changed files with 5 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ namespace Combodo\iTop\Service\Description;
* Description of the data given with an event when registering
*
* @api
* @package EventsAPI
* @since 3.1.0
*/
class EventDataDescription

View File

@@ -10,6 +10,7 @@ namespace Combodo\iTop\Service\Description;
* Description of an event when registering
*
* @api
* @package EventsAPI
* @since 3.1.0
*/
class EventDescription

View File

@@ -12,7 +12,7 @@ namespace Combodo\iTop\Service;
* Class EventServiceData
*
* @api
* @package Combodo\iTop\Service
* @package EventsAPI
* @since 3.1.0
*/
class EventData

View File

@@ -20,7 +20,7 @@ use utils;
* Inspired by [PSR-14: Event Dispatcher](https://www.php-fig.org/psr/psr-14).
* Adapted to iTop needs in terms of event filtering (using event source or context).
*
* @package Combodo\iTop\Service
* @package EventsAPI
* @api
* @since 3.1.0
*/

View File

@@ -10,7 +10,7 @@ namespace Combodo\iTop\Service;
* Interface to implement in order to register the events and listeners
*
* @api
* @package Combodo\iTop\Service
* @package EventsAPI
* @since 3.1.0
*/
interface iEventServiceSetup