ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilMembershipRegistrationSettings.php
Go to the documentation of this file.
1<?php
2
19declare(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
39}
Registration settings Currently only some constants used in sessions (.