mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Session management: Add PHPDoc
This commit is contained in:
@@ -16,8 +16,11 @@ namespace Combodo\iTop\Application\Helper;
|
||||
*/
|
||||
class Session
|
||||
{
|
||||
/** @var int|null */
|
||||
public static $iSessionId = null;
|
||||
/** @var bool */
|
||||
protected static $bIsInitialized = false;
|
||||
/** @var bool */
|
||||
protected static $bSessionStarted = false;
|
||||
|
||||
public static function Start()
|
||||
|
||||
Reference in New Issue
Block a user