|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Contains common objectives for the setup. More...
Inheritance diagram for ilCommonSetupAgent:
Collaboration diagram for ilCommonSetupAgent: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().
Here is the call graph for this function:| ilCommonSetupAgent::getArrayToConfigTransformation | ( | ) |
Definition at line 59 of file class.ilCommonSetupAgent.php.
References $data, and ILIAS\Repository\refinery().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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.