ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilSCTreeDumpTask.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
8 {
9 
14  public function isActive()
15  {
16  global $DIC;
17 
18  $tree = $DIC->repositoryTree();
19  if ($tree->getTreeImplementation() instanceof \ilMaterializedPathTree) {
20  return false;
21  }
22  return true;
23  }
24 }
Defines a system check task.
global $DIC
Definition: goto.php:24
isActive()
Check if task is active.