Definition at line 10 of file class.ilStyleSetupAgent.php.
◆ __construct()
ilStyleSetupAgent::__construct |
( |
Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
ilStyleSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
Definition at line 42 of file class.ilStyleSetupAgent.php.
References $data.
42 : Refinery\Transformation
44 return $this->refinery->custom()->transformation(
function (
$data) {
45 return new \ilStyleSetupConfig(
46 $data[
"manage_system_styles"] ??
false,
47 $data[
"path_to_lessc"] ?? null
◆ getBuildArtifactObjective()
ilStyleSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getConfigInput()
ilStyleSetupAgent::getConfigInput |
( |
Setup\Config |
$config = null | ) |
|
Definition at line 34 of file class.ilStyleSetupAgent.php.
34 : UI\Component\Input\Field\Input
36 throw new \LogicException(
"Not yet implemented.");
◆ getInstallObjective()
ilStyleSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ getUpdateObjective()
ilStyleSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
◆ hasConfig()
ilStyleSetupAgent::hasConfig |
( |
| ) |
|
◆ $refinery
ilStyleSetupAgent::$refinery |
|
protected |
The documentation for this class was generated from the following file: