ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilGroupConstants.php
Go to the documentation of this file.
1 <?php
23 {
24  public const GRP_REGISTRATION_DEACTIVATED = -1;
25  public const GRP_REGISTRATION_DIRECT = 0;
26  public const GRP_REGISTRATION_REQUEST = 1;
27  public const GRP_REGISTRATION_PASSWORD = 2;
28  public const GRP_REGISTRATION_LIMITED = 1;
29  public const GRP_REGISTRATION_UNLIMITED = 2;
30  public const GRP_TYPE_UNKNOWN = 0;
31  public const GRP_TYPE_CLOSED = 1;
32  public const GRP_TYPE_OPEN = 2;
33  public const GRP_TYPE_PUBLIC = 3;
34 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...