ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 25 of file class.ilSCTreeDumpTask.php.

References $DIC.

25  : bool
26  {
27  global $DIC;
28 
29  $tree = $DIC->repositoryTree();
30  if ($tree->getTreeImplementation() instanceof \ilMaterializedPathTree) {
31  return false;
32  }
33  return true;
34  }
global $DIC
Definition: shib_login.php:22

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