This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
- Author
- Niels Theen nthee.nosp@m.n@da.nosp@m.tabay.nosp@m..de
Definition at line 22 of file class.ilCertificateVerificationClassMap.php.
◆ getVerificationTypeByType()
ilCertificateVerificationClassMap::getVerificationTypeByType |
( |
string |
$type | ) |
|
- Exceptions
-
Definition at line 36 of file class.ilCertificateVerificationClassMap.php.
38 : string {
40 throw new ilException(
'The given type ' . $type .
'is not mapped as a verification type on the class map');
41 }
42 return $this->map[$type];
43 }
typeExistsInMap(string $type)
Base class for ILIAS Exception handling.
◆ typeExistsInMap()
ilCertificateVerificationClassMap::typeExistsInMap |
( |
string |
$type | ) |
|
|
private |
◆ $map
array ilCertificateVerificationClassMap::$map |
|
private |
The documentation for this class was generated from the following file: