ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.
isActive()
Check if task is active.
$DIC
Definition: xapitoken.php:46