ILIAS  release_8 Revision v8.24
ilSystemStyleDICMock.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
6{
7 public function logger(): ilSystemStyleLoggerMock
8 {
9 return new ilSystemStyleLoggerMock($this);
10 }
11}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:32
logger()
Get interface to get interfaces to different loggers.