ILIAS
release_8 Revision v8.19
|
Class InitCtrlService wraps the initialization of ilCtrl. More...
Public Member Functions | |
init (Container $dic) | |
Initializes the ilCtrl service. More... | |
Private Member Functions | |
abortIfMissingDependencies (Container $dic) | |
Aborts if another dependency required by the ctrl service is not yet available. More... | |
Class InitCtrlService wraps the initialization of ilCtrl.
Definition at line 16 of file InitCtrlService.php.
|
private |
Aborts if another dependency required by the ctrl service is not yet available.
Container | $dic |
ilCtrlException | if a necessary dependency is not yet initialized. |
Definition at line 77 of file InitCtrlService.php.
Referenced by init().
InitCtrlService::init | ( | Container | $dic | ) |
Initializes the ilCtrl service.
This method EXPECTS that $GLOBALS['DIC'] is already initialized with the http services and the refinery factory.
Container | $dic |
ilCtrlException | if the initialization fails. |
Definition at line 25 of file InitCtrlService.php.
References $context, $GLOBALS, abortIfMissingDependencies(), ilCtrlStructureArtifactObjective\ARTIFACT_PATH, ilCtrlBaseClassArtifactObjective\ARTIFACT_PATH, ilCtrlSecurityArtifactObjective\ARTIFACT_PATH, ILIAS\DI\Container\http(), and ILIAS\DI\Container\refinery().