\UsersHelperRoute
Users Route Helper
Synopsis
class UsersHelperRoute
{
- // methods
- public static array getItems()
- public static mixed getLoginRoute()
- public static mixed getProfileRoute()
- public static mixed getRegistrationRoute()
- public static mixed getRemindRoute()
- public static mixed getResendRoute()
- public static mixed getResetRoute()
Methods
public
- getItems() — Method to get the menu items for the component.
- getLoginRoute() — Method to get a route configuration for the login view.
- getProfileRoute() — Method to get a route configuration for the profile view.
- getRegistrationRoute() — Method to get a route configuration for the registration view.
- getRemindRoute() — Method to get a route configuration for the remind view.
- getResendRoute() — Method to get a route configuration for the resend view.
- getResetRoute() — Method to get a route configuration for the reset view.