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

Public Member Functions

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

Private Attributes

string $tagName
 

Detailed Description

Definition at line 27 of file ConsoleCommandPass.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ process()

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

Definition at line 41 of file ConsoleCommandPass.php.

Member Data Documentation

◆ $tagName

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