\Symfony\Component\EventDispatcher\AttributeAsEventListener

Service tag to autoconfigure event listeners.

Summary

Methods
Properties
Constants
__construct()
$event
$method
$priority
$dispatcher
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$event

$event : ?string

Type

?string

$method

$method : ?string

Type

?string

$priority

$priority : int

Type

int

$dispatcher

$dispatcher : ?string

Type

?string

Methods

__construct()

__construct(?string  $event = null, ?string  $method = null, int  $priority, ?string  $dispatcher = null) : mixed

Parameters

?string $event
?string $method
int $priority
?string $dispatcher

Returns

mixed —