ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilSystemStyleRootLoggerMock.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 {
7  public function __construct()
8  {
9  }
10 
11  public function debug(string $a_message, array $a_context = []): void
12  {
13  }
14 }
debug(string $a_message, array $a_context=[])