|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilUICoreSetupAgent. More...
Inheritance diagram for ilUICoreSetupAgent:
Collaboration diagram for ilUICoreSetupAgent:Public Member Functions | |
| hasConfig () | |
| getArrayToConfigTransformation () | |
| getInstallObjective (Config $config=null) | |
| getUpdateObjective (Config $config=null) | |
| getBuildObjective () | |
| getStatusObjective (Storage $storage) | |
| getMigrations () | |
| getNamedObjectives (?Config $config=null) | |
Public Member Functions inherited from ILIAS\Setup\Agent | |
| getUpdateObjective (Setup\Config $config=null) | |
| getMigrations () | |
Class ilUICoreSetupAgent.
Definition at line 21 of file class.ilUICoreSetupAgent.php.
| ilUICoreSetupAgent::getArrayToConfigTransformation | ( | ) |
Definition at line 34 of file class.ilUICoreSetupAgent.php.
| ilUICoreSetupAgent::getBuildObjective | ( | ) |
Definition at line 60 of file class.ilUICoreSetupAgent.php.
Referenced by getNamedObjectives().
Here is the caller graph for this function:| ilUICoreSetupAgent::getInstallObjective | ( | Config | $config = null | ) |
Definition at line 42 of file class.ilUICoreSetupAgent.php.
| ilUICoreSetupAgent::getMigrations | ( | ) |
Definition at line 82 of file class.ilUICoreSetupAgent.php.
| ilUICoreSetupAgent::getNamedObjectives | ( | ?Config | $config = null | ) |
Definition at line 90 of file class.ilUICoreSetupAgent.php.
References getBuildObjective(), and getUpdateObjective().
Here is the call graph for this function:| ilUICoreSetupAgent::getStatusObjective | ( | Storage | $storage | ) |
Definition at line 74 of file class.ilUICoreSetupAgent.php.
| ilUICoreSetupAgent::getUpdateObjective | ( | Config | $config = null | ) |
Definition at line 50 of file class.ilUICoreSetupAgent.php.
Referenced by getNamedObjectives().
Here is the caller graph for this function:| ilUICoreSetupAgent::hasConfig | ( | ) |
Definition at line 26 of file class.ilUICoreSetupAgent.php.