ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilMailSetupAgent Class Reference
+ Inheritance diagram for ilMailSetupAgent:
+ Collaboration diagram for ilMailSetupAgent:

Public Member Functions

 hasConfig ()
 
 getConfigInput (Setup\Config $config=null)
 
 getArrayToConfigTransformation ()
 
 getInstallObjective (Setup\Config $config=null)
 
 getUpdateObjective (Setup\Config $config=null)
 
 getBuildArtifactObjective ()
 

Detailed Description

Definition at line 9 of file class.ilMailSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilMailSetupAgent::getArrayToConfigTransformation ( )

Definition at line 30 of file class.ilMailSetupAgent.php.

30  : Refinery\Transformation
31  {
32  throw new \LogicException("Agent has no config.");
33  }

◆ getBuildArtifactObjective()

ilMailSetupAgent::getBuildArtifactObjective ( )

Definition at line 63 of file class.ilMailSetupAgent.php.

63  : Setup\Objective
64  {
65  return new Setup\NullObjective();
66  }

◆ getConfigInput()

ilMailSetupAgent::getConfigInput ( Setup\Config  $config = null)

Definition at line 22 of file class.ilMailSetupAgent.php.

22  : UI\Component\Input\Field\Input
23  {
24  throw new \LogicException("Agent has no config.");
25  }

◆ getInstallObjective()

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

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

References ilFileSystemComponentDataDirectoryCreatedObjective\DATADIR.

38  : Setup\Objective
39  {
41  'mail',
43  );
44 
45  return new Setup\ObjectiveCollection(
46  "Complete objectives from Services/Mail",
47  false,
48  $dir_objective
49  );
50  }

◆ getUpdateObjective()

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

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

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

◆ hasConfig()

ilMailSetupAgent::hasConfig ( )

Definition at line 14 of file class.ilMailSetupAgent.php.

14  : bool
15  {
16  return false;
17  }

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