ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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.
Interface Observer Contains several chained tasks and infos about them.
__construct(\ILIAS\DI\Container $DIC)
Class HTTPServicesTest.
global $DIC
Definition: shib_login.php:25