SessionEvents
Class defining the events dispatched by the session API
final
since |
2.0.0 |
---|---|
package |
Joomla Framework |
Methods
__construct
Private constructor to prevent instantiation of this class
__construct() : mixed
since |
2.0.0 |
---|
Response
mixed
Constants
START
Session event which is dispatched after the session has been started.
Listeners to this event receive a Joomla\Session\SessionEvent
object.
Value | 'session.start' |
---|---|
since |
2.0.0 |
Type(s)
string
RESTART
Session event which is dispatched after the session has been restarted.
Listeners to this event receive a Joomla\Session\SessionEvent
object.
Value | 'session.restart' |
---|---|
since |
2.0.0 |
Type(s)
string