ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 (.