ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 }