|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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.
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, $GLOBALS, abortIfMissingDependencies(), ILIAS\DI\Container\http(), ILIAS\Setup\Artifact\BuildArtifactObjective\PATH(), and ILIAS\DI\Container\refinery().
Here is the call graph for this function: