ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
getNamedObjective (string $name, Setup\Config $config=null) | |
Data Fields | |
const | PHP_MEMORY_LIMIT = "128M" |
Protected Member Functions | |
getPHPMemoryLimitCondition () | |
Protected Attributes | |
$refinery | |
$data | |
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 15 of file class.ilSetupAgent.php.
ilSetupAgent::__construct | ( | Refinery\Factory | $refinery, |
Data\Factory | $data | ||
) |
ilSetupAgent::getArrayToConfigTransformation | ( | ) |
ilSetupAgent::getBuildArtifactObjective | ( | ) |
Definition at line 120 of file class.ilSetupAgent.php.
ilSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) |
Definition at line 63 of file class.ilSetupAgent.php.
References $config, and getPHPMemoryLimitCondition().
ilSetupAgent::getMigrations | ( | ) |
Definition at line 136 of file class.ilSetupAgent.php.
ilSetupAgent::getNamedObjective | ( | string | $name, |
Setup\Config | $config = null |
||
) |
|
protected |
Definition at line 89 of file class.ilSetupAgent.php.
Referenced by getInstallObjective().
ilSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 128 of file class.ilSetupAgent.php.
ilSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
ilSetupAgent::hasConfig | ( | ) |
Definition at line 40 of file class.ilSetupAgent.php.
|
protected |
Definition at line 27 of file class.ilSetupAgent.php.
Referenced by __construct(), and getArrayToConfigTransformation().
|
protected |
Definition at line 22 of file class.ilSetupAgent.php.
Referenced by __construct().
const ilSetupAgent::PHP_MEMORY_LIMIT = "128M" |
Definition at line 17 of file class.ilSetupAgent.php.