ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilCertificatePathConstants.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9
class
ilCertificatePathConstants
10
{
11
const
COURSE_PATH
=
'/course/certificates/'
;
12
const
TEST_PATH
=
'/assessment/certificates/'
;
13
const
EXERCISE_PATH
=
'/exercise/certificates/'
;
14
const
SCORM_PATH
=
'/scorm/certificates/'
;
15
const
LTICON_PATH
=
'/lticon/certificates/'
;
16
const
CMIX_PATH
=
'/cmix/certificates/'
;
17
const
STUDY_PROGRAMME_PATH
=
'/prg/certificates/'
;
18
}
ilCertificatePathConstants\SCORM_PATH
const SCORM_PATH
Definition:
class.ilCertificatePathConstants.php:14
ilCertificatePathConstants\TEST_PATH
const TEST_PATH
Definition:
class.ilCertificatePathConstants.php:12
ilCertificatePathConstants\STUDY_PROGRAMME_PATH
const STUDY_PROGRAMME_PATH
Definition:
class.ilCertificatePathConstants.php:17
ilCertificatePathConstants\CMIX_PATH
const CMIX_PATH
Definition:
class.ilCertificatePathConstants.php:16
ilCertificatePathConstants\EXERCISE_PATH
const EXERCISE_PATH
Definition:
class.ilCertificatePathConstants.php:13
ilCertificatePathConstants\COURSE_PATH
const COURSE_PATH
Definition:
class.ilCertificatePathConstants.php:11
ilCertificatePathConstants
Definition:
class.ilCertificatePathConstants.php:9
ilCertificatePathConstants\LTICON_PATH
const LTICON_PATH
Definition:
class.ilCertificatePathConstants.php:15
Services
Certificate
classes
File
Template
Path
class.ilCertificatePathConstants.php
Generated on Sun Apr 6 2025 20:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)