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:12 +02:00
parent 3c27847a04
commit 4bbd1fea5c

View File

@@ -3,8 +3,11 @@
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.
*
* @since 3.2.2
*/
interface iSessionHandlerExtension {
public function __construct();