3 declare(strict_types=1);
35 throw new \LogicException(
"Not yet implemented.");
43 return $this->
refinery->custom()->transformation(
function (
$data) {
44 return new \ilWebServicesSetupConfig(
45 (
bool) (
$data[
"soap_user_administration"] ??
false),
46 $data[
"soap_wsdl_path"] ??
"",
49 $data[
"rpc_server_host"] ??
"",
50 (
int) (
$data[
"rpc_server_port"] ?? 0),
68 $wsrv_objective =
new Setup\Objective\NullObjective();
73 'Updates of Services/WebServices',
87 return new Setup\Objective\NullObjective();
95 return new Setup\Objective\NullObjective();
Refinery Factory $refinery
An objective is a desired state of the system that is supposed to be created by the setup...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const DEFAULT_RESPONSE_TIMEOUT
Store information about https is enabled.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const DEFAULT_CONNECT_TIMEOUT
getInstallObjective(Setup\Config $config=null)
getBuildArtifactObjective()
getConfigInput(Setup\Config $config=null)
getUpdateObjective(Setup\Config $config=null)
Class ilECSUpdateSteps8 contains update steps for release 8.
getArrayToConfigTransformation()
__construct(Refinery\Factory $refinery)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A configuration for the setup.
getStatusObjective(Setup\Metrics\Storage $storage)