ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilRegistrationConfigUpdateObjective Class Reference

Remove stored information of Radius. More...

+ Inheritance diagram for ilRegistrationConfigUpdateObjective:
+ Collaboration diagram for ilRegistrationConfigUpdateObjective:

Public Member Functions

 getHash ()
 
 getLabel ()
 
 isNotable ()
 
 getPreconditions (Setup\Environment $environment)
 
 isApplicable (Setup\Environment $environment)
 

Detailed Description

Remove stored information of Radius.

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

Member Function Documentation

◆ getHash()

ilRegistrationConfigUpdateObjective::getHash ( )

Definition at line 28 of file class.ilRegistrationConfigUpdateObjective.php.

28  : string
29  {
30  return hash("sha256", self::class);
31  }

◆ getLabel()

ilRegistrationConfigUpdateObjective::getLabel ( )

Definition at line 33 of file class.ilRegistrationConfigUpdateObjective.php.

33  : string
34  {
35  return "Fix userid encoding in Registration settings";
36  }

◆ getPreconditions()

ilRegistrationConfigUpdateObjective::getPreconditions ( Setup\Environment  $environment)

Definition at line 43 of file class.ilRegistrationConfigUpdateObjective.php.

References $factory, $id, ILIAS\LTI\ToolProvider\$settings, and ILIAS\Repository\int().

43  : array
44  {
45  return [
46  new \ilIniFilesPopulatedObjective(),
47  new \ilSettingsFactoryExistsObjective()
48  ];
49  }
+ Here is the call graph for this function:

◆ isApplicable()

ilRegistrationConfigUpdateObjective::isApplicable ( Setup\Environment  $environment)

Definition at line 70 of file class.ilRegistrationConfigUpdateObjective.php.

70  : bool
71  {
72  return true;
73  }

◆ isNotable()

ilRegistrationConfigUpdateObjective::isNotable ( )

Definition at line 38 of file class.ilRegistrationConfigUpdateObjective.php.

38  : bool
39  {
40  return true;
41  }

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