|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilSystemStyleLoggerMock:
Collaboration diagram for ilSystemStyleLoggerMock:Public Member Functions | |
| __construct (\ILIAS\DI\Container $DIC) | |
| root () | |
| Get interface to the global logger. More... | |
Public Member Functions inherited from ILIAS\DI\LoggingServices | |
| __construct (Container $container) | |
| root () | |
| Get interface to the global logger. More... | |
| __call (string $method_name, array $args) | |
| Get a component logger. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\DI\LoggingServices | |
| Container | $container |
Definition at line 21 of file ilSystemStyleLoggerMock.php.
| ilSystemStyleLoggerMock::__construct | ( | \ILIAS\DI\Container | $DIC | ) |
Definition at line 23 of file ilSystemStyleLoggerMock.php.
References $DIC.
| ilSystemStyleLoggerMock::root | ( | ) |
Get interface to the global logger.
Reimplemented from ILIAS\DI\LoggingServices.
Definition at line 28 of file ilSystemStyleLoggerMock.php.