ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ilSystemStyleDICMock.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
class
ilSystemStyleDICMock
extends
ILIAS\DI\Container
6
{
7
public
function
logger
():
ilSystemStyleLoggerMock
8
{
9
return
new
ilSystemStyleLoggerMock
($this);
10
}
11
}
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:32
ilSystemStyleDICMock
Definition:
ilSystemStyleDICMock.php:6
ilSystemStyleDICMock\logger
logger()
Get interface to get interfaces to different loggers.
Definition:
ilSystemStyleDICMock.php:7
ilSystemStyleLoggerMock
Definition:
ilSystemStyleLoggerMock.php:6
Services
Style
System
test
fixtures
mocks
ilSystemStyleDICMock.php
Generated on Sun Nov 2 2025 22:01:51 for ILIAS by
1.9.4 (using
Doxyfile
)