ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilSystemStyleDICMock.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilSystemStyleDICMock
extends
ILIAS\DI\Container
22
{
23
public
function
logger
():
ilSystemStyleLoggerMock
24
{
25
return
new
ilSystemStyleLoggerMock
($this);
26
}
27
}
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:36
ilSystemStyleDICMock
Definition:
ilSystemStyleDICMock.php:22
ilSystemStyleDICMock\logger
logger()
Get interface to get interfaces to different loggers.
Definition:
ilSystemStyleDICMock.php:23
ilSystemStyleLoggerMock
Definition:
ilSystemStyleLoggerMock.php:22
components
ILIAS
Style
System
test
fixtures
mocks
ilSystemStyleDICMock.php
Generated on Sat Oct 18 2025 23:04:25 for ILIAS by
1.9.4 (using
Doxyfile
)