ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
class.ilGroupConstants.php
Go to the documentation of this file.
1<?php
2
24{
26 public const GRP_REGISTRATION_DIRECT = 0;
27 public const GRP_REGISTRATION_REQUEST = 1;
28 public const GRP_REGISTRATION_PASSWORD = 2;
29 public const GRP_REGISTRATION_LIMITED = 1;
31 public const GRP_TYPE_UNKNOWN = 0;
32 public const GRP_TYPE_CLOSED = 1;
33 public const GRP_TYPE_OPEN = 2;
34 public const GRP_TYPE_PUBLIC = 3;
35}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...