Definition at line 6 of file class.ilUICoreSetupAgent.php.
◆ __construct()
ilUICoreSetupAgent::__construct |
( |
| ) |
|
◆ getArrayToConfigTransformation()
ilUICoreSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
◆ getBuildArtifactObjective()
ilUICoreSetupAgent::getBuildArtifactObjective |
( |
| ) |
|
◆ getConfigInput()
ilUICoreSetupAgent::getConfigInput |
( |
Setup\Config |
$config = null | ) |
|
◆ getInstallObjective()
ilUICoreSetupAgent::getInstallObjective |
( |
Setup\Config |
$config = null | ) |
|
Definition at line 45 of file class.ilUICoreSetupAgent.php.
45 : Setup\Objective
46 {
47 return new \ilCtrlStructureStoredObjective($this->ctrl_reader);
48 }
◆ getUpdateObjective()
ilUICoreSetupAgent::getUpdateObjective |
( |
Setup\Config |
$config = null | ) |
|
Definition at line 53 of file class.ilUICoreSetupAgent.php.
53 : Setup\Objective
54 {
55 return new \ilCtrlStructureStoredObjective($this->ctrl_reader, false);
56 }
◆ hasConfig()
ilUICoreSetupAgent::hasConfig |
( |
| ) |
|
◆ $ctrl_reader
ilUICoreSetupAgent::$ctrl_reader |
|
protected |
The documentation for this class was generated from the following file: