ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilGroupConstants.php
Go to the documentation of this file.
1
<?php
22
class
ilGroupConstants
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
}
ilGroupConstants\GRP_REGISTRATION_DEACTIVATED
const GRP_REGISTRATION_DEACTIVATED
Definition:
class.ilGroupConstants.php:24
ilGroupConstants\GRP_REGISTRATION_UNLIMITED
const GRP_REGISTRATION_UNLIMITED
Definition:
class.ilGroupConstants.php:29
ilGroupConstants\GRP_REGISTRATION_REQUEST
const GRP_REGISTRATION_REQUEST
Definition:
class.ilGroupConstants.php:26
ilGroupConstants\GRP_TYPE_PUBLIC
const GRP_TYPE_PUBLIC
Definition:
class.ilGroupConstants.php:33
ilGroupConstants
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilGroupConstants.php:22
ilGroupConstants\GRP_TYPE_OPEN
const GRP_TYPE_OPEN
Definition:
class.ilGroupConstants.php:32
ilGroupConstants\GRP_REGISTRATION_PASSWORD
const GRP_REGISTRATION_PASSWORD
Definition:
class.ilGroupConstants.php:27
ilGroupConstants\GRP_TYPE_CLOSED
const GRP_TYPE_CLOSED
Definition:
class.ilGroupConstants.php:31
ilGroupConstants\GRP_REGISTRATION_LIMITED
const GRP_REGISTRATION_LIMITED
Definition:
class.ilGroupConstants.php:28
ilGroupConstants\GRP_REGISTRATION_DIRECT
const GRP_REGISTRATION_DIRECT
Definition:
class.ilGroupConstants.php:25
ilGroupConstants\GRP_TYPE_UNKNOWN
const GRP_TYPE_UNKNOWN
Definition:
class.ilGroupConstants.php:30
components
ILIAS
Group
classes
class.ilGroupConstants.php
Generated on Sat Apr 5 2025 23:03:20 for ILIAS by
1.8.13 (using
Doxyfile
)