ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilSystemStyleLoggerMock.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilSystemStyleLoggerMock
extends
\ILIAS\DI\LoggingServices
22
{
23
public
function
__construct
(\
ILIAS
\
DI
\Container
$DIC
)
24
{
25
$this->container =
$DIC
;
26
}
27
28
public
function
root
():
ilLogger
29
{
30
return
new
ilSystemStyleRootLoggerMock
();
31
}
32
}
ILIAS\DI\LoggingServices
Provides fluid interface to LoggingServices.
Definition:
LoggingServices.php:25
ilLogger
Component logger with individual log levels by component id.
Definition:
class.ilLogger.php:29
ilSystemStyleLoggerMock
Definition:
ilSystemStyleLoggerMock.php:22
ilSystemStyleLoggerMock\root
root()
Get interface to the global logger.
Definition:
ilSystemStyleLoggerMock.php:28
ilSystemStyleLoggerMock\__construct
__construct(\ILIAS\DI\Container $DIC)
Definition:
ilSystemStyleLoggerMock.php:23
ilSystemStyleRootLoggerMock
Definition:
ilSystemStyleRootLoggerMock.php:22
DI
Class HTTPServicesTest.
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
Style
System
test
fixtures
mocks
ilSystemStyleLoggerMock.php
Generated on Sat Oct 18 2025 23:04:25 for ILIAS by
1.9.4 (using
Doxyfile
)