ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSystemStyleLoggerMock.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 {
7  public function __construct(\ILIAS\DI\Container $DIC)
8  {
9  $this->container = $DIC;
10  }
11 
12  public function root(): ilLogger
13  {
14  return new ilSystemStyleRootLoggerMock();
15  }
16 }
Provides fluid interface to LoggingServices.
Class ChatMainBarProvider .
__construct(\ILIAS\DI\Container $DIC)
global $DIC
Definition: feed.php:28
Class HTTPServicesTest.