Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Sulu
Component
Symfony
CompilerPass
TaggedServiceCollectorCompilerPass
PHP Class Sulu\Component\Symfony\CompilerPass\TaggedServiceCollectorCompilerPass
Inheritance:
implements
Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Exibir arquivo
Open project: sulu/sulu
Public Methods
Method
Description
__construct
(
string
$serviceId
,
string
$tagName
,
integer
$argumentNumber
,
string
$aliasAttribute
= null )
process
(
ContainerBuilder
$container
)
Method Details
__construct()
public
method
public
__construct
(
string
$serviceId
,
string
$tagName
,
integer
$argumentNumber
,
string
$aliasAttribute
= null )
$serviceId
string
$tagName
string
$argumentNumber
integer
$aliasAttribute
string
process()
public
method
public
process
(
ContainerBuilder
$container
)
$container
Symfony\Component\DependencyInjection\ContainerBuilder