AuthenticationEvent
class AuthenticationEvent extends Event
This is a general purpose authentication event.
Methods
Boolean
isPropagationStopped()
Returns whether further event listeners should be triggered.
from Event
setDispatcher(EventDispatcherInterface $dispatcher)
Stores the EventDispatcher that dispatches this Event
from Event
getDispatcher()
Returns the EventDispatcher that dispatches this Event
from Event
getAuthenticationToken()
No description
Details
in Event at line line 55
Boolean
isPropagationStopped()
Returns whether further event listeners should be triggered.
in Event at line line 69
stopPropagation()
Stops the propagation of the event to further event listeners.
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().
in Event at line line 81
setDispatcher(EventDispatcherInterface $dispatcher)
Stores the EventDispatcher that dispatches this Event
in Event at line line 93
EventDispatcherInterface
getDispatcher()
Returns the EventDispatcher that dispatches this Event
in Event at line line 105
string
getName()
Gets the event's name.
in Event at line line 117
setName(string $name)
Sets the event's name property.