ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilSCTreeDumpTask.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
24 {
25  public function isActive(): bool
26  {
27  global $DIC;
28 
29  $tree = $DIC->repositoryTree();
30  if ($tree->getTreeImplementation() instanceof \ilMaterializedPathTree) {
31  return false;
32  }
33  return true;
34  }
35 }
Defines a system check task.
global $DIC
Definition: shib_login.php:22