ILIAS  release_8 Revision v8.24
ilFileObjectMigrationDoneObjective Class Reference
+ Inheritance diagram for ilFileObjectMigrationDoneObjective:
+ Collaboration diagram for ilFileObjectMigrationDoneObjective:

Public Member Functions

 getHash ()
 
 getLabel ()
 
 isNotable ()
 
 getPreconditions (Environment $environment)
 

Detailed Description

Definition at line 24 of file class.ilFileObjectMigrationDoneObjective.php.

Member Function Documentation

◆ getHash()

ilFileObjectMigrationDoneObjective::getHash ( )

Definition at line 26 of file class.ilFileObjectMigrationDoneObjective.php.

26 : string
27 {
28 return hash(
29 "sha256",
30 get_class($this)
31 );
32 }

◆ getLabel()

ilFileObjectMigrationDoneObjective::getLabel ( )

Definition at line 34 of file class.ilFileObjectMigrationDoneObjective.php.

34 : string
35 {
36 return "File Migration has been performed in ILIAS 7.";
37 }

◆ getPreconditions()

ilFileObjectMigrationDoneObjective::getPreconditions ( Environment  $environment)

◆ isNotable()

ilFileObjectMigrationDoneObjective::isNotable ( )

Definition at line 39 of file class.ilFileObjectMigrationDoneObjective.php.

39 : bool
40 {
41 return true;
42 }

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