mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°4756 - Ease extensibility for CRUD operations : Event Service - PHP Doc
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Combodo\iTop\Service\Description;
|
|||||||
* Description of the data given with an event when registering
|
* Description of the data given with an event when registering
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
|
* @package EventsAPI
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
class EventDataDescription
|
class EventDataDescription
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ namespace Combodo\iTop\Service\Description;
|
|||||||
* Description of an event when registering
|
* Description of an event when registering
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
|
* @package EventsAPI
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
class EventDescription
|
class EventDescription
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace Combodo\iTop\Service;
|
|||||||
* Class EventServiceData
|
* Class EventServiceData
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
* @package Combodo\iTop\Service
|
* @package EventsAPI
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
class EventData
|
class EventData
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ use utils;
|
|||||||
* Inspired by [PSR-14: Event Dispatcher](https://www.php-fig.org/psr/psr-14).
|
* 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).
|
* Adapted to iTop needs in terms of event filtering (using event source or context).
|
||||||
*
|
*
|
||||||
* @package Combodo\iTop\Service
|
* @package EventsAPI
|
||||||
* @api
|
* @api
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ namespace Combodo\iTop\Service;
|
|||||||
* Interface to implement in order to register the events and listeners
|
* Interface to implement in order to register the events and listeners
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
* @package Combodo\iTop\Service
|
* @package EventsAPI
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*/
|
*/
|
||||||
interface iEventServiceSetup
|
interface iEventServiceSetup
|
||||||
|
|||||||
Reference in New Issue
Block a user