ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ilFileObjectSettingsUpdatedObjective Class Reference
+ Inheritance diagram for ilFileObjectSettingsUpdatedObjective:
+ Collaboration diagram for ilFileObjectSettingsUpdatedObjective:

Public Member Functions

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

Detailed Description

Member Function Documentation

◆ getHash()

ilFileObjectSettingsUpdatedObjective::getHash ( )

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

24  : string
25  {
26  return hash(
27  "sha256",
28  static::class
29  );
30  }

◆ getLabel()

ilFileObjectSettingsUpdatedObjective::getLabel ( )

Definition at line 32 of file class.ilFileObjectSettingsUpdatedObjective.php.

32  : string
33  {
34  return "File Object Settings have been updated.";
35  }

◆ getPreconditions()

ilFileObjectSettingsUpdatedObjective::getPreconditions ( Environment  $environment)

Definition at line 42 of file class.ilFileObjectSettingsUpdatedObjective.php.

References ILIAS\Setup\Environment\getResource().

42  : array
43  {
44  return [
47  ];
48  }
+ Here is the call graph for this function:

◆ isNotable()

ilFileObjectSettingsUpdatedObjective::isNotable ( )

Definition at line 37 of file class.ilFileObjectSettingsUpdatedObjective.php.

37  : bool
38  {
39  return false;
40  }

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