|
ILIAS
release_8 Revision v8.24
|
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 () | |
| @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 = "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().
Here is the call graph for this function:| ilSetupAgent::getArrayToConfigTransformation | ( | ) |
Definition at line 60 of file class.ilSetupAgent.php.
References $data, and ILIAS\Repository\refinery().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilSetupAgent::getMigrations | ( | ) |
@inheritDoc
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().
Here is the caller graph for this function:| ilSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 153 of file class.ilSetupAgent.php.
| ilSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
Definition at line 121 of file class.ilSetupAgent.php.
References $config, and $objectives.
| ilSetupAgent::hasConfig | ( | ) |
Definition at line 52 of file class.ilSetupAgent.php.
|
protected |
Definition at line 39 of file class.ilSetupAgent.php.
Referenced by __construct(), and getArrayToConfigTransformation().
|
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.