ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
SetupAgent.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\StaticURL
;
22
23
use
ILIAS\Setup\Agent
;
24
use
ILIAS\Setup\Objective
;
25
29
class
SetupAgent
extends
Agent\NullAgent implements
Agent
30
{
31
public
function
getBuildArtifactObjective
():
Objective
32
{
33
return
new
ArtifactObjective
();
34
}
35
36
}
ILIAS\Setup\Objective
An objective is a desired state of the system that is supposed to be created by the setup...
Definition:
Objective.php:30
ILIAS\StaticURL\SetupAgent
Definition:
SetupAgent.php:29
ILIAS\Setup\Agent
A agent is some component that performs part of the setup process.
Definition:
Agent.php:29
ILIAS\StaticURL
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ArtifactObjective.php:21
ILIAS\Setup\Objective
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AdminConfirmedObjective.php:21
ILIAS\StaticURL\ArtifactObjective
Definition:
ArtifactObjective.php:29
ILIAS\StaticURL\SetupAgent\getBuildArtifactObjective
getBuildArtifactObjective()
Get the goal the agent wants to achieve to build artifacts.
Definition:
SetupAgent.php:31
ILIAS\Setup\Agent
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
HasNoNamedObjective.php:21
src
StaticURL
SetupAgent.php
Generated on Wed Sep 10 2025 14:12:08 for ILIAS by
1.8.13 (using
Doxyfile
)