|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilChatroomSetupAgent:
Collaboration diagram for ilChatroomSetupAgent:Public Member Functions | |
| __construct (Refinery\Factory $refinery) | |
| hasConfig () | |
| getConfigInput (Setup\Config $config=null) | |
| getArrayToConfigTransformation () | |
| getInstallObjective (Setup\Config $config=null) | |
| getUpdateObjective (Setup\Config $config=null) | |
| getBuildArtifactObjective () | |
| getStatusObjective (Setup\Metrics\Storage $storage) | |
| getMigrations () | |
| @inheritDoc More... | |
Data Fields | |
| const | PORT_MIN = 1 |
| const | PORT_MAX = 65535 |
Static Public Attributes | |
| static | $LOG_LEVELS |
| static | $INTERVALS |
Protected Attributes | |
| $refinery | |
Definition at line 9 of file class.ilChatroomSetupAgent.php.
| ilChatroomSetupAgent::__construct | ( | Refinery\Factory | $refinery | ) |
Definition at line 40 of file class.ilChatroomSetupAgent.php.
References $refinery.
| ilChatroomSetupAgent::getArrayToConfigTransformation | ( | ) |
Definition at line 64 of file class.ilChatroomSetupAgent.php.
References $data, $INTERVALS, and $LOG_LEVELS.
| ilChatroomSetupAgent::getBuildArtifactObjective | ( | ) |
Definition at line 180 of file class.ilChatroomSetupAgent.php.
| ilChatroomSetupAgent::getConfigInput | ( | Setup\Config | $config = null | ) |
Definition at line 56 of file class.ilChatroomSetupAgent.php.
| ilChatroomSetupAgent::getInstallObjective | ( | Setup\Config | $config = null | ) |
Definition at line 152 of file class.ilChatroomSetupAgent.php.
References $config.
| ilChatroomSetupAgent::getMigrations | ( | ) |
@inheritDoc
Definition at line 196 of file class.ilChatroomSetupAgent.php.
| ilChatroomSetupAgent::getStatusObjective | ( | Setup\Metrics\Storage | $storage | ) |
Definition at line 188 of file class.ilChatroomSetupAgent.php.
| ilChatroomSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
Definition at line 166 of file class.ilChatroomSetupAgent.php.
References $config.
| ilChatroomSetupAgent::hasConfig | ( | ) |
Definition at line 48 of file class.ilChatroomSetupAgent.php.
|
static |
Definition at line 28 of file class.ilChatroomSetupAgent.php.
Referenced by getArrayToConfigTransformation().
|
static |
Definition at line 16 of file class.ilChatroomSetupAgent.php.
Referenced by getArrayToConfigTransformation().
|
protected |
Definition at line 38 of file class.ilChatroomSetupAgent.php.
Referenced by __construct().
| const ilChatroomSetupAgent::PORT_MAX = 65535 |
Definition at line 14 of file class.ilChatroomSetupAgent.php.
| const ilChatroomSetupAgent::PORT_MIN = 1 |
Definition at line 13 of file class.ilChatroomSetupAgent.php.