ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilPDFGenerationSetupAgent Class Reference
+ Inheritance diagram for ilPDFGenerationSetupAgent:
+ Collaboration diagram for ilPDFGenerationSetupAgent:

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

Member Function Documentation

◆ getArrayToConfigTransformation()

ilPDFGenerationSetupAgent::getArrayToConfigTransformation ( )

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

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

◆ getBuildArtifactObjective()

ilPDFGenerationSetupAgent::getBuildArtifactObjective ( )

Definition at line 57 of file class.ilPDFGenerationSetupAgent.php.

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

◆ getInstallObjective()

◆ getMigrations()

ilPDFGenerationSetupAgent::getMigrations ( )

Definition at line 67 of file class.ilPDFGenerationSetupAgent.php.

67  : array
68  {
69  return [];
70  }

◆ getStatusObjective()

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

Definition at line 62 of file class.ilPDFGenerationSetupAgent.php.

62  : Setup\Objective
63  {
65  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getUpdateObjective()

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

Definition at line 46 of file class.ilPDFGenerationSetupAgent.php.

46  : Setup\Objective
47  {
48  return new Setup\ObjectiveCollection(
49  'PDFGeneration',
50  true,
53  )
54  );
55  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ hasConfig()

ilPDFGenerationSetupAgent::hasConfig ( )

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

28  : bool
29  {
30  return false;
31  }

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