mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
N°6516 - Add @experimental PHP annotation on temporary objects features
This commit is contained in:
@@ -11,6 +11,15 @@ use Combodo\iTop\Service\Events\Description\EventDescription;
|
||||
use Combodo\iTop\Service\Events\EventService;
|
||||
use Combodo\iTop\Service\Events\iEventServiceSetup;
|
||||
|
||||
/**
|
||||
* TemporaryObjectsEvents.
|
||||
*
|
||||
* Handle temporary objects events
|
||||
*
|
||||
* @experimental do not use, this feature will be part of a future version
|
||||
*
|
||||
* @since 3.1
|
||||
*/
|
||||
class TemporaryObjectsEvents implements iEventServiceSetup
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user