N°8286 - Be able to add additional data in iTop session files via custom classes

Change to fit convention.
This commit is contained in:
BenGrenoble
2025-07-24 10:59:48 +02:00
parent af44ffd0ad
commit f00b8d529c

View File

@@ -3,8 +3,11 @@
namespace Combodo\iTop\SessionTracker; namespace Combodo\iTop\SessionTracker;
/** /**
* Experimental, for internal use only, subject to change without notice. * @experimental for internal use only, subject to change without notice.
*
* Do not use this interface in your code. * Do not use this interface in your code.
*
* @since 3.2.2
*/ */
interface iSessionHandlerExtension { interface iSessionHandlerExtension {
public function __construct(); public function __construct();