ILIAS  release_8 Revision v8.23
ilSystemStyleDICMock.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 {
7  public function logger(): ilSystemStyleLoggerMock
8  {
9  return new ilSystemStyleLoggerMock($this);
10  }
11 }