ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Contains common objectives for the setup. More...
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 = "7.4.0" |
const | PHP_MAX_VERSION = "8.0.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 32 of file class.ilSetupAgent.php.
ilSetupAgent::__construct | ( | Refinery\Factory | $refinery, |
Data\Factory | $data | ||
) |
Definition at line 41 of file class.ilSetupAgent.php.
References $data, $refinery, and ILIAS\Repository\refinery().
ilSetupAgent::getArrayToConfigTransformation | ( | ) |
Definition at line 60 of file class.ilSetupAgent.php.
References ILIAS\Repository\refinery().
ilSetupAgent::getBuildArtifactObjective | ( | ) |
Definition at line 145 of file class.ilSetupAgent.php.
ilSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) |
Definition at line 75 of file class.ilSetupAgent.php.
References $config, and getPHPMemoryLimitCondition().
ilSetupAgent::getMigrations | ( | ) |
Definition at line 161 of file class.ilSetupAgent.php.
ilSetupAgent::getNamedObjectives | ( | ?Config | $config = null | ) |
Definition at line 166 of file class.ilSetupAgent.php.
References $config.
|
protected |
Definition at line 101 of file class.ilSetupAgent.php.
Referenced by getInstallObjective().
ilSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 153 of file class.ilSetupAgent.php.
ilSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
ilSetupAgent::hasConfig | ( | ) |
Definition at line 52 of file class.ilSetupAgent.php.
|
protected |
Definition at line 39 of file class.ilSetupAgent.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilSetupAgent.php.
Referenced by __construct().
|
private |
Definition at line 36 of file class.ilSetupAgent.php.
|
private |
Definition at line 34 of file class.ilSetupAgent.php.
|
private |
Definition at line 35 of file class.ilSetupAgent.php.