1 <?php declare(strict_types=1);
36 throw new \LogicException(
"Not yet implemented.");
44 return $this->refinery->custom()->transformation(
function (
$data) {
45 return new \ilWebServicesSetupConfig(
46 (
bool) (
$data[
"soap_user_administration"] ??
false),
47 $data[
"soap_wsdl_path"] ??
"",
50 $data[
"rpc_server_host"] ??
"",
51 (
int) (
$data[
"rpc_server_port"] ?? 0),
70 return new Setup\Objective\NullObjective();
80 return new Setup\Objective\NullObjective();
88 return new Setup\Objective\NullObjective();
An objective is a desired state of the system that is supposed to be created by the setup...
const DEFAULT_RESPONSE_TIMEOUT
Store information about https is enabled.
const DEFAULT_CONNECT_TIMEOUT
getInstallObjective(Setup\Config $config=null)
getBuildArtifactObjective()
getConfigInput(Setup\Config $config=null)
getUpdateObjective(Setup\Config $config=null)
getArrayToConfigTransformation()
__construct(Refinery\Factory $refinery)
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)