ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSCTreeDumpTask Class Reference
+ Inheritance diagram for ilSCTreeDumpTask:
+ Collaboration diagram for ilSCTreeDumpTask:

Public Member Functions

 isActive ()
 
- Public Member Functions inherited from ilSCTask
 __construct (int $a_id=0)
 
 getId ()
 
 setGroupId (int $a_id)
 
 getGroupId ()
 
 setIdentifier (string $a_ide)
 
 getIdentifier ()
 
 setLastUpdate (ilDateTime $a_update)
 
 getLastUpdate ()
 
 setStatus (int $a_status)
 
 getStatus ()
 
 isActive ()
 
 read ()
 
 create ()
 
 update ()
 

Additional Inherited Members

- Data Fields inherited from ilSCTask
const STATUS_NOT_ATTEMPTED = 0
 
const STATUS_IN_PROGRESS = 1
 
const STATUS_COMPLETED = 2
 
const STATUS_FAILED = 3
 
- Protected Attributes inherited from ilSCTask
ilDBInterface $db
 

Detailed Description

Member Function Documentation

◆ isActive()

ilSCTreeDumpTask::isActive ( )

Definition at line 11 of file class.ilSCTreeDumpTask.php.

References $DIC.

11  : bool
12  {
13  global $DIC;
14 
15  $tree = $DIC->repositoryTree();
16  if ($tree->getTreeImplementation() instanceof \ilMaterializedPathTree) {
17  return false;
18  }
19  return true;
20  }
global $DIC
Definition: feed.php:28

The documentation for this class was generated from the following file: