3declare(strict_types=1);
 
   46        $this->context_collection = $this->
globalScreen()->tool()->context()->collection();
 
   47        $this->factory = $this->
globalScreen()->tool()->factory();
 
   48        $this->identification_provider = $this->
globalScreen()->identification()->tool($this);
 
Customizing of pimple-DIC for ILIAS.
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc