ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Provides fluid interface to RBAC services. More...
Public Member Functions | |
__construct (Container $container) | |
root () | |
Get interface to the global logger. More... | |
__call ($method_name, $args) | |
Get a component logger. More... | |
Protected Attributes | |
$container | |
Provides fluid interface to RBAC services.
Definition at line 9 of file LoggingServices.php.
ILIAS\DI\LoggingServices::__construct | ( | Container | $container | ) |
Definition at line 16 of file LoggingServices.php.
References ILIAS\DI\LoggingServices\$container.
ILIAS\DI\LoggingServices::__call | ( | $method_name, | |
$args | |||
) |
Get a component logger.
Definition at line 36 of file LoggingServices.php.
ILIAS\DI\LoggingServices::root | ( | ) |
Get interface to the global logger.
Definition at line 26 of file LoggingServices.php.
|
protected |
Definition at line 14 of file LoggingServices.php.
Referenced by ILIAS\DI\LoggingServices\__construct().