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

Experimental warning
This commit is contained in:
BenGrenoble
2025-07-24 10:28:15 +02:00
parent c63e01e27b
commit af44ffd0ad

View File

@@ -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();