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

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.

43 : array
44 {
45 return [
46 new \ilIniFilesPopulatedObjective(),
47 new \ilSettingsFactoryExistsObjective()
48 ];
49 }

◆ isApplicable()

ilRegistrationConfigUpdateObjective::isApplicable ( Setup\Environment  $environment)

@inheritDoc

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: