ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
class.ilDAVActivationChecker.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
28 public static function _isActive(): bool
29 {
30 global $DIC;
31
32 return $DIC[Environment::class]->isActive();
33 }
34}
global $DIC
Definition: shib_login.php:26