From af44ffd0ad370a5f0c92ef76aa7c1b195d1e3386 Mon Sep 17 00:00:00 2001 From: BenGrenoble Date: Thu, 24 Jul 2025 10:28:15 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08286=20-=20Be=20able=20to=20add=20additi?= =?UTF-8?q?onal=20data=20in=20iTop=20session=20files=20via=20custom=20clas?= =?UTF-8?q?ses=20Experimental=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/SessionTracker/iSessionHandlerExtension.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/SessionTracker/iSessionHandlerExtension.php b/sources/SessionTracker/iSessionHandlerExtension.php index edd3ef255..9969fb7e2 100644 --- a/sources/SessionTracker/iSessionHandlerExtension.php +++ b/sources/SessionTracker/iSessionHandlerExtension.php @@ -2,6 +2,10 @@ namespace Combodo\iTop\SessionTracker; + /** + * Experimental, for internal use only, subject to change without notice. + * Do not use this interface in your code. + */ interface iSessionHandlerExtension { public function __construct();