ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.
global $DIC
Definition: saml.php:7