ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ilSystemStyleLoggerMock.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
class
ilSystemStyleLoggerMock
extends
\ILIAS\DI\LoggingServices
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
}
ILIAS\DI\LoggingServices
Provides fluid interface to LoggingServices.
Definition:
LoggingServices.php:24
ilLogger
Component logger with individual log levels by component id.
Definition:
class.ilLogger.php:17
ilSystemStyleLoggerMock
Definition:
ilSystemStyleLoggerMock.php:6
ilSystemStyleLoggerMock\root
root()
Get interface to the global logger.
Definition:
ilSystemStyleLoggerMock.php:12
ilSystemStyleLoggerMock\__construct
__construct(\ILIAS\DI\Container $DIC)
Definition:
ilSystemStyleLoggerMock.php:7
ilSystemStyleRootLoggerMock
Definition:
ilSystemStyleRootLoggerMock.php:6
$DIC
global $DIC
Definition:
feed.php:28
DI
Class HTTPServicesTest.
ILIAS
Class ChatMainBarProvider \MainMenu\Provider.
Services
Style
System
test
fixtures
mocks
ilSystemStyleLoggerMock.php
Generated on Sun Nov 2 2025 22:01:51 for ILIAS by
1.9.4 (using
Doxyfile
)