class SavePasswordController implements RequestHandlerInterface
Traits
Properties
protected Dispatcher | $events | from DispatchEventsTrait | ||
protected UrlGenerator | $url | |||
protected UserValidator | $validator | |||
protected SessionAuthenticator | $authenticator | |||
protected Factory | $validatorFactory |
Methods
from DispatchEventsTrait
__construct(UrlGenerator $url, SessionAuthenticator $authenticator, UserValidator $validator, Factory $validatorFactory, Dispatcher $events)
No description
Details
in DispatchEventsTrait
at
line 28
dispatchEventsFor(object $entity, User $actor = null)
<p>Dispatch all events for an entity.</p>