ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
Base class for materialize path based trees Based on implementation of Werner Randelshofer.
Defines a system check task.
isActive()
Check if task is active.
$DIC
Definition: xapitoken.php:46