ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilMembershipRegistrationSettings.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
28 {
29  public const TYPE_NONE = 0;
30  public const TYPE_DIRECT = 1;
31  public const TYPE_PASSWORD = 2;
32  public const TYPE_REQUEST = 3;
33  public const TYPE_TUTOR = 4;
34 
35  public const REGISTRATION_LINK = 5;
36 
38  public const REGISTRATION_LIMITED_USERS = 7;
39 }
Registration settings Currently only some constants used in sessions (.