ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilSessionConstants.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilSessionConstants
25
{
26
public
const
NOTIFICATION_INHERIT_OPTION
=
'notification_option_inherit'
;
27
public
const
NOTIFICATION_MANUAL_OPTION
=
'notification_option_manual'
;
28
}
ilSessionConstants
Definition:
class.ilSessionConstants.php:25
ilSessionConstants\NOTIFICATION_INHERIT_OPTION
const NOTIFICATION_INHERIT_OPTION
Definition:
class.ilSessionConstants.php:26
ilSessionConstants\NOTIFICATION_MANUAL_OPTION
const NOTIFICATION_MANUAL_OPTION
Definition:
class.ilSessionConstants.php:27
components
ILIAS
Session
classes
class.ilSessionConstants.php
Generated on Sat Oct 18 2025 23:03:40 for ILIAS by
1.9.4 (using
Doxyfile
)