abstract class AbstractUserCrudEvent extends AbstractEntityCrudEvent

Class AbstractUserCrudEvent

Properties

protected EventDispatcherInterface $dispatcher from AbstractEntityCrudEvent

Methods

setDispatcher(EventDispatcherInterface $dispatcher)

No description

dispatchEvent(User $user, array|Group $groups, bool $mailConfirmation = null)

No description

Details

setDispatcher(EventDispatcherInterface $dispatcher)

Parameters

EventDispatcherInterface $dispatcher

at line 29
abstract UserEvent dispatchEvent(User $user, array|Group $groups, bool $mailConfirmation = null)

Parameters

User $user
array|Group $groups
bool $mailConfirmation

Return Value

UserEvent