ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilSCTreeDumpTask.php
Go to the documentation of this file.
1<?php
2
19declare(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}
Base class for materialize path based trees Based on implementation of Werner Randelshofer.
Defines a system check task.
global $DIC
Definition: shib_login.php:26