Editor PHP 2.4.0

RegisterListenersPass
in package
implements CompilerPassInterface

Compiler pass to register tagged services for an event dispatcher.

Table of Contents

Interfaces

CompilerPassInterface

Methods

process()  : void
setHotPathEvents()  : $this
setNoPreloadEvents()  : $this

Methods

process()

public process(ContainerBuilder $container) : void
Parameters
$container : ContainerBuilder

setHotPathEvents()

public setHotPathEvents(array<string|int, mixed> $hotPathEvents) : $this
Parameters
$hotPathEvents : array<string|int, mixed>
Return values
$this

setNoPreloadEvents()

public setNoPreloadEvents(array<string|int, mixed> $noPreloadEvents) : $this
Parameters
$noPreloadEvents : array<string|int, mixed>
Return values
$this

        
On this page

Search results