ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilGroupConstants.php
Go to the documentation of this file.
1<?php
23{
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;
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...