mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8286 - Be able to add additional data in iTop session files via custom classes
Change to fit convention.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user