ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilGroupConstants.php
Go to the documentation of this file.
1
<?php
19
class
ilGroupConstants
20
{
21
public
const
GRP_REGISTRATION_DEACTIVATED
= -1;
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;
26
public
const
GRP_REGISTRATION_UNLIMITED
= 2;
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
}
ilGroupConstants\GRP_REGISTRATION_DEACTIVATED
const GRP_REGISTRATION_DEACTIVATED
Definition:
class.ilGroupConstants.php:21
ilGroupConstants\GRP_REGISTRATION_UNLIMITED
const GRP_REGISTRATION_UNLIMITED
Definition:
class.ilGroupConstants.php:26
ilGroupConstants\GRP_REGISTRATION_REQUEST
const GRP_REGISTRATION_REQUEST
Definition:
class.ilGroupConstants.php:23
ilGroupConstants\GRP_TYPE_PUBLIC
const GRP_TYPE_PUBLIC
Definition:
class.ilGroupConstants.php:30
ilGroupConstants
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilGroupConstants.php:19
ilGroupConstants\GRP_TYPE_OPEN
const GRP_TYPE_OPEN
Definition:
class.ilGroupConstants.php:29
ilGroupConstants\GRP_REGISTRATION_PASSWORD
const GRP_REGISTRATION_PASSWORD
Definition:
class.ilGroupConstants.php:24
ilGroupConstants\GRP_TYPE_CLOSED
const GRP_TYPE_CLOSED
Definition:
class.ilGroupConstants.php:28
ilGroupConstants\GRP_REGISTRATION_LIMITED
const GRP_REGISTRATION_LIMITED
Definition:
class.ilGroupConstants.php:25
ilGroupConstants\GRP_REGISTRATION_DIRECT
const GRP_REGISTRATION_DIRECT
Definition:
class.ilGroupConstants.php:22
ilGroupConstants\GRP_TYPE_UNKNOWN
const GRP_TYPE_UNKNOWN
Definition:
class.ilGroupConstants.php:27
Modules
Group
classes
class.ilGroupConstants.php
Generated on Tue Apr 1 2025 22:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)