◆ getVerificationTypeByType()
ilCertificateVerificationClassMap::getVerificationTypeByType |
( |
string |
$type | ) |
|
- Parameters
-
- Returns
- string
- Exceptions
-
Definition at line 23 of file class.ilCertificateVerificationClassMap.php.
23 : string
24 {
26 throw new ilException(
'The given type ' .
$type .
'is not mapped as a verification type on the class map');
27 }
28
29 return $this->map[
$type];
30 }
typeExistsInMap(string $type)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
References $type, and typeExistsInMap().
◆ typeExistsInMap()
ilCertificateVerificationClassMap::typeExistsInMap |
( |
string |
$type | ) |
|
|
private |
◆ $map
ilCertificateVerificationClassMap::$map |
|
private |
The documentation for this class was generated from the following file: