Events
in package
Events provides callbacks for all defined module events.
Tags
Table of Contents
Methods
- onDashboardSidebarInit() : mixed
- onUserBeforeLogin() : mixed
- shouldStartWelcomeTour() : bool
Methods
onDashboardSidebarInit()
public
static onDashboardSidebarInit(mixed $event) : mixed
Parameters
- $event : mixed
onUserBeforeLogin()
public
static onUserBeforeLogin(mixed $event) : mixed
Parameters
- $event : mixed
shouldStartWelcomeTour()
private
static shouldStartWelcomeTour([User|null $user = null ]) : bool
Parameters
- $user : User|null = null