| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Contains common objectives for the setup. More...
 Inheritance diagram for ilSetupAgent:
 Collaboration diagram for ilSetupAgent:Public Member Functions | |
| __construct (Refinery\Factory $refinery, Data\Factory $data) | |
| hasConfig () | |
| getArrayToConfigTransformation () | |
| getInstallObjective (Setup\Config $config=null) | |
| getUpdateObjective (Setup\Config $config=null) | |
| getBuildArtifactObjective () | |
| getStatusObjective (Setup\Metrics\Storage $storage) | |
| getMigrations () | |
| getNamedObjectives (?Config $config=null) | |
Protected Member Functions | |
| getPHPMemoryLimitCondition () | |
Protected Attributes | |
| Refinery Factory | $refinery | 
| Data Factory | $data | 
Private Attributes | |
| const | PHP_MEMORY_LIMIT = "128M" | 
| const | PHP_MIN_VERSION = "8.1.0" | 
| const | PHP_MAX_VERSION = "8.2.999" | 
Contains common objectives for the setup.
Do not make additions here, in general all this stuff here is supposed to go elsewhere once we find out which service it really belongs to.
Definition at line 31 of file class.ilSetupAgent.php.
| ilSetupAgent::__construct | ( | Refinery\Factory | $refinery, | 
| Data\Factory | $data | ||
| ) | 
Definition at line 40 of file class.ilSetupAgent.php.
References $data, $refinery, and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ilSetupAgent::getArrayToConfigTransformation | ( | ) | 
Definition at line 59 of file class.ilSetupAgent.php.
References ILIAS\Repository\refinery().
 Here is the call graph for this function:| ilSetupAgent::getBuildArtifactObjective | ( | ) | 
Definition at line 144 of file class.ilSetupAgent.php.
| ilSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) | 
Definition at line 79 of file class.ilSetupAgent.php.
References getPHPMemoryLimitCondition().
 Here is the call graph for this function:| ilSetupAgent::getMigrations | ( | ) | 
Definition at line 160 of file class.ilSetupAgent.php.
| ilSetupAgent::getNamedObjectives | ( | ?Config | $config = null | ) | 
Definition at line 165 of file class.ilSetupAgent.php.
      
  | 
  protected | 
Definition at line 98 of file class.ilSetupAgent.php.
Referenced by getInstallObjective().
 Here is the caller graph for this function:| ilSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) | 
Definition at line 152 of file class.ilSetupAgent.php.
| ilSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) | 
| ilSetupAgent::hasConfig | ( | ) | 
Definition at line 51 of file class.ilSetupAgent.php.
      
  | 
  protected | 
Definition at line 38 of file class.ilSetupAgent.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 37 of file class.ilSetupAgent.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 35 of file class.ilSetupAgent.php.
      
  | 
  private | 
Definition at line 33 of file class.ilSetupAgent.php.
      
  | 
  private | 
Definition at line 34 of file class.ilSetupAgent.php.