ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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) | |
getBuildObjective () | |
getStatusObjective (Setup\Metrics\Storage $storage) | |
getMigrations () | |
@inheritDoc More... | |
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.3.0" |
const | PHP_MAX_VERSION = "8.4.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.ilCommonSetupAgent.php.
ilCommonSetupAgent::__construct | ( | Refinery\Factory | $refinery, |
Data\Factory | $data | ||
) |
Definition at line 40 of file class.ilCommonSetupAgent.php.
References $data, $refinery, and ILIAS\Repository\refinery().
ilCommonSetupAgent::getArrayToConfigTransformation | ( | ) |
Definition at line 59 of file class.ilCommonSetupAgent.php.
References $data, and ILIAS\Repository\refinery().
ilCommonSetupAgent::getBuildObjective | ( | ) |
Definition at line 144 of file class.ilCommonSetupAgent.php.
ilCommonSetupAgent::getInstallObjective | ( | ?Setup\Config | $config = null | ) |
Definition at line 79 of file class.ilCommonSetupAgent.php.
References getPHPMemoryLimitCondition().
ilCommonSetupAgent::getMigrations | ( | ) |
@inheritDoc
Definition at line 160 of file class.ilCommonSetupAgent.php.
ilCommonSetupAgent::getNamedObjectives | ( | ?Config | $config = null | ) |
Definition at line 165 of file class.ilCommonSetupAgent.php.
|
protected |
Definition at line 98 of file class.ilCommonSetupAgent.php.
Referenced by getInstallObjective().
ilCommonSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 152 of file class.ilCommonSetupAgent.php.
ilCommonSetupAgent::getUpdateObjective | ( | ?Setup\Config | $config = null | ) |
Definition at line 118 of file class.ilCommonSetupAgent.php.
References $objectives.
ilCommonSetupAgent::hasConfig | ( | ) |
Definition at line 51 of file class.ilCommonSetupAgent.php.
Definition at line 38 of file class.ilCommonSetupAgent.php.
Referenced by __construct(), and getArrayToConfigTransformation().
Definition at line 37 of file class.ilCommonSetupAgent.php.
Referenced by __construct().
|
private |
Definition at line 35 of file class.ilCommonSetupAgent.php.
|
private |
Definition at line 33 of file class.ilCommonSetupAgent.php.
|
private |
Definition at line 34 of file class.ilCommonSetupAgent.php.