‪TYPO3CMS  ‪main
TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass Class Reference
Inheritance diagram for TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass:

Public Member Functions

 __construct (string $tagName)
 
 process (ContainerBuilder $container)
 

Protected Member Functions

 getClassChannelName (\ReflectionClass $class)
 

Private Attributes

string $tagName
 

Detailed Description

Definition at line 31 of file LoggerAwarePass.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass::__construct ( string  $tagName)

Member Function Documentation

◆ getClassChannelName()

TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass::getClassChannelName ( \ReflectionClass  $class)
protected

◆ process()

TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass::process ( ContainerBuilder  $container)
Parameters
ContainerBuilder$container

Definition at line 45 of file LoggerAwarePass.php.

References TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass\getClassChannelName().

Member Data Documentation

◆ $tagName

string TYPO3\CMS\Core\DependencyInjection\LoggerAwarePass::$tagName
private