ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ( )

Reimplemented from ilSCTask.

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

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 }
Base class for materialize path based trees Based on implementation of Werner Randelshofer.
global $DIC
Definition: shib_login.php:26

References $DIC.


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