◆ __construct()
◆ validate()
ilCertificateActiveValidator::validate |
( |
| ) |
|
Definition at line 36 of file class.ilCertificateActiveValidator.php.
37 {
38 $globalCertificateActive = (bool) $this->setting->get('active');
39
40 if (false === $globalCertificateActive) {
41 return false;
42 }
43
44 $serverActive = (bool) $this->rpcSettings->isEnabled();
45
46 if (false === $serverActive) {
47 return false;
48 }
49
50 return true;
51 }
◆ $rpcSettings
ilCertificateActiveValidator::$rpcSettings |
|
private |
◆ $setting
ilCertificateActiveValidator::$setting |
|
private |
The documentation for this class was generated from the following file: