|
ILIAS
release_8 Revision v8.24
|
Class InitCtrlService wraps the initialization of ilCtrl. More...
Collaboration diagram for InitCtrlService: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.
References $dic.
Referenced by init().
Here is the caller graph for this function:| 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, $dic, $GLOBALS, abortIfMissingDependencies(), ilCtrlBaseClassArtifactObjective\ARTIFACT_PATH, ilCtrlSecurityArtifactObjective\ARTIFACT_PATH, and ilCtrlStructureArtifactObjective\ARTIFACT_PATH.
Here is the call graph for this function: