ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilUserSetupAgent Class Reference
+ Inheritance diagram for ilUserSetupAgent:
+ Collaboration diagram for ilUserSetupAgent:

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.ilUserSetupAgent.php.

Member Function Documentation

◆ getArrayToConfigTransformation()

ilUserSetupAgent::getArrayToConfigTransformation ( )

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

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

◆ getBuildArtifactObjective()

ilUserSetupAgent::getBuildArtifactObjective ( )

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

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

◆ getConfigInput()

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

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

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

◆ getInstallObjective()

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

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

References ilFileSystemComponentDataDirectoryCreatedObjective\WEBDIR.

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

◆ getUpdateObjective()

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

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

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

◆ hasConfig()

ilUserSetupAgent::hasConfig ( )

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

14  : bool
15  {
16  return false;
17  }

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