ILIAS  release_8 Revision v8.23
class.ilMembershipRegistrationSettings.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...