ILIAS  release_8 Revision v8.23
ilAuthenticationSetupAgent Class Reference
+ Inheritance diagram for ilAuthenticationSetupAgent:
+ Collaboration diagram for ilAuthenticationSetupAgent:

Public Member Functions

 hasConfig ()
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 
 getStatusObjective (Setup\Metrics\Storage $storage)
 
 getMigrations ()
 

Detailed Description

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

Member Function Documentation

◆ getArrayToConfigTransformation()

ilAuthenticationSetupAgent::getArrayToConfigTransformation ( )

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

33  : Refinery\Transformation
34  {
35  throw new LogicException('Agent has no config.');
36  }

◆ getBuildArtifactObjective()

ilAuthenticationSetupAgent::getBuildArtifactObjective ( )

Definition at line 50 of file class.ilAuthenticationSetupAgent.php.

50  : Setup\Objective
51  {
52  return new Setup\Objective\NullObjective();
53  }

◆ getInstallObjective()

ilAuthenticationSetupAgent::getInstallObjective ( Setup\Config  $config = null)

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

38  : Setup\Objective
39  {
40  return new Setup\Objective\NullObjective();
41  }

◆ getMigrations()

ilAuthenticationSetupAgent::getMigrations ( )

Definition at line 60 of file class.ilAuthenticationSetupAgent.php.

60  : array
61  {
62  return [];
63  }

◆ getStatusObjective()

ilAuthenticationSetupAgent::getStatusObjective ( Setup\Metrics\Storage  $storage)

Definition at line 55 of file class.ilAuthenticationSetupAgent.php.

55  : Setup\Objective
56  {
57  return new Setup\Objective\NullObjective();
58  }

◆ getUpdateObjective()

ilAuthenticationSetupAgent::getUpdateObjective ( Setup\Config  $config = null)

◆ hasConfig()

ilAuthenticationSetupAgent::hasConfig ( )

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

28  : bool
29  {
30  return false;
31  }

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