ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLTIConsumerSetupAgent Class Reference
+ Inheritance diagram for ilLTIConsumerSetupAgent:
+ Collaboration diagram for ilLTIConsumerSetupAgent:

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 25 of file class.ilLTIConsumerSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilLTIConsumerSetupAgent::getArrayToConfigTransformation ( )

Definition at line 34 of file class.ilLTIConsumerSetupAgent.php.

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

◆ getBuildArtifactObjective()

ilLTIConsumerSetupAgent::getBuildArtifactObjective ( )

Definition at line 51 of file class.ilLTIConsumerSetupAgent.php.

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

◆ getInstallObjective()

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

Definition at line 39 of file class.ilLTIConsumerSetupAgent.php.

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

◆ getMigrations()

ilLTIConsumerSetupAgent::getMigrations ( )
Returns
mixed[]

Definition at line 64 of file class.ilLTIConsumerSetupAgent.php.

64  : array
65  {
66  return [];
67  }

◆ getStatusObjective()

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

Definition at line 56 of file class.ilLTIConsumerSetupAgent.php.

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

◆ getUpdateObjective()

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

Definition at line 44 of file class.ilLTIConsumerSetupAgent.php.

44  : Setup\Objective
45  {
48  );
49  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ hasConfig()

ilLTIConsumerSetupAgent::hasConfig ( )

Definition at line 29 of file class.ilLTIConsumerSetupAgent.php.

29  : bool
30  {
31  return false;
32  }

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