|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 31 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 92 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 40 of file InitCtrlService.php.
References $context, $dic, $GLOBALS, abortIfMissingDependencies(), and ILIAS\Setup\Artifact\BuildArtifactObjective\PATH().
Here is the call graph for this function: