ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\Administration\Setup\ExternalToolsRemovedObjective Class Reference
+ Inheritance diagram for ILIAS\Administration\Setup\ExternalToolsRemovedObjective:
+ Collaboration diagram for ILIAS\Administration\Setup\ExternalToolsRemovedObjective:

Public Member Functions

 getHash ()
 Get a hash for this objective. More...
 
 getLabel ()
 Get a label that describes this objective. More...
 
 isNotable ()
 Get to know if this is an interesting objective for a human. More...
 
 getPreconditions (Environment $environment)
 Objectives might depend on other objectives. More...
 
- Public Member Functions inherited from ILIAS\Setup\Objective
 getHash ()
 Get a hash for this objective. More...
 
 getLabel ()
 Get a label that describes this objective. More...
 
 isNotable ()
 Get to know if this is an interesting objective for a human. More...
 
 getPreconditions (Environment $environment)
 Objectives might depend on other objectives. More...
 
 achieve (Environment $environment)
 Objectives can be achieved. More...
 
 isApplicable (Environment $environment)
 Get to know whether the objective is applicable. More...
 

Detailed Description

Definition at line 32 of file ExternalToolsRemovedObjective.php.

Member Function Documentation

◆ getHash()

ILIAS\Administration\Setup\ExternalToolsRemovedObjective::getHash ( )

Get a hash for this objective.

The hash of two objectives must be the same, if they are the same objective, with the same config on the same environment, i.e. if the one is achieved the other is achieved as well because they are the same.

Implements ILIAS\Setup\Objective.

Definition at line 34 of file ExternalToolsRemovedObjective.php.

34 : string
35 {
36 return hash("sha256", self::class);
37 }

◆ getLabel()

ILIAS\Administration\Setup\ExternalToolsRemovedObjective::getLabel ( )

Get a label that describes this objective.

Implements ILIAS\Setup\Objective.

Definition at line 39 of file ExternalToolsRemovedObjective.php.

39 : string
40 {
41 return "Remove external tools admin folder";
42 }

◆ getPreconditions()

ILIAS\Administration\Setup\ExternalToolsRemovedObjective::getPreconditions ( Environment  $environment)

Objectives might depend on other objectives.

Exceptions
UnachievableExceptionif the objective is not achievable
Returns
Objective[]

Implements ILIAS\Setup\Objective.

Definition at line 49 of file ExternalToolsRemovedObjective.php.

◆ isNotable()

ILIAS\Administration\Setup\ExternalToolsRemovedObjective::isNotable ( )

Get to know if this is an interesting objective for a human.

Implements ILIAS\Setup\Objective.

Definition at line 44 of file ExternalToolsRemovedObjective.php.

44 : bool
45 {
46 return true;
47 }

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