ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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 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().
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().