Timezones
All Data Structures Namespaces Files Functions Variables Pages
ExtensionHelperService Class Reference
Inheritance diagram for ExtensionHelperService:
AbstractExtensionService

Public Member Functions

 injectLoggingService (LoggingService $loggingService)
 
 getLogger (string $name)
 
- Public Member Functions inherited from AbstractExtensionService
 __construct (ObjectManagerInterface $objectManager, LoggingService $loggingService)
 

Protected Attributes

 $loggingService
 
- Protected Attributes inherited from AbstractExtensionService
 $objectManager
 
 $loggingService
 
 $logger
 

Detailed Description

Factory for model objects.

Version
$Id:$

@license http://opensource.org/licenses/gpl-license.php GNU protected License, version 2

Definition at line 23 of file ExtensionHelperService.php.

Member Function Documentation

◆ getLogger()

getLogger ( string  $name)

Get a logger instance The configuration of the logger is modified by extension typoscript config.

Parameters
string$namethe class name which this logger is for
Returns
\Psr\Log\LoggerInterface

Definition at line 46 of file ExtensionHelperService.php.

◆ injectLoggingService()

injectLoggingService ( LoggingService  $loggingService)
Parameters
\Thucke\Timezones\Service\LoggingService$loggingService

Definition at line 33 of file ExtensionHelperService.php.

Field Documentation

◆ $loggingService

$loggingService
protected

Definition at line 28 of file ExtensionHelperService.php.


The documentation for this class was generated from the following file: