ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
}
ilCertificatePathConstants\SCORM_PATH
const SCORM_PATH
Definition:
class.ilCertificatePathConstants.php:14
ilCertificatePathConstants\TEST_PATH
const TEST_PATH
Definition:
class.ilCertificatePathConstants.php:12
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
php
Services
Certificate
classes
File
Template
class.ilCertificatePathConstants.php
Generated on Thu Jan 16 2025 19:02:18 for ILIAS by
1.8.13 (using
Doxyfile
)