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

Public Member Functions

 __construct (string $tagName, bool $stateful=false)
 
 process (ContainerBuilder $container)
 

Private Attributes

string $tagName
 
bool $stateful
 

Detailed Description

Definition at line 26 of file PublicServicePass.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\DependencyInjection\PublicServicePass::__construct ( string  $tagName,
bool  $stateful = false 
)

Member Function Documentation

◆ process()

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

Definition at line 41 of file PublicServicePass.php.

Member Data Documentation

◆ $stateful

bool TYPO3\CMS\Core\DependencyInjection\PublicServicePass::$stateful
private

◆ $tagName

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