ILIAS  release_8 Revision v8.24
class.ilGroupConstants.php
Go to the documentation of this file.
1<?php
20{
22 public const GRP_REGISTRATION_DIRECT = 0;
23 public const GRP_REGISTRATION_REQUEST = 1;
24 public const GRP_REGISTRATION_PASSWORD = 2;
25 public const GRP_REGISTRATION_LIMITED = 1;
27 public const GRP_TYPE_UNKNOWN = 0;
28 public const GRP_TYPE_CLOSED = 1;
29 public const GRP_TYPE_OPEN = 2;
30 public const GRP_TYPE_PUBLIC = 3;
31}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...