◆ __construct()
◆ validate()
ilCertificateActiveValidator::validate |
( |
| ) |
|
Definition at line 36 of file class.ilCertificateActiveValidator.php.
38 $globalCertificateActive = (bool) $this->setting->get(
'active');
40 if (
false === $globalCertificateActive) {
44 $serverActive = (bool) $this->rpcSettings->isEnabled();
46 if (
false === $serverActive) {
◆ $rpcSettings
ilCertificateActiveValidator::$rpcSettings |
|
private |
◆ $setting
ilCertificateActiveValidator::$setting |
|
private |
The documentation for this class was generated from the following file: