ILIAS
release_8 Revision v8.23
◀ 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
}
ilSystemStyleDICMock
Definition:
ilSystemStyleDICMock.php:5
ilSystemStyleDICMock\logger
logger()
Definition:
ilSystemStyleDICMock.php:7
Container
ilSystemStyleLoggerMock
Definition:
ilSystemStyleLoggerMock.php:5
Services
Style
System
test
fixtures
mocks
ilSystemStyleDICMock.php
Generated on Sun Aug 31 2025 22:02:35 for ILIAS by
1.8.13 (using
Doxyfile
)