Login
in package
Login
Class to login into the system
Tags
Table of Contents
Properties
- $_objTpl : mixed
- $_statusMessage : mixed
Methods
- __construct() : mixed
- constructor
- _login() : string
- Checks if the user has been successfully authenticated
- _lostPassword() : string
- Calls the method restorePassword of the class FWUser and displays the lostpw page of the login module
- _noaccess() : string
- Displays the noaccess page of the login module
- _resetPassword() : string
- Calls the method resetPassword of the class FWUser and displays the resetpw page of the login module
- getContent() : mixed
- Get content
Properties
$_objTpl
public
mixed
$_objTpl
$_statusMessage
public
mixed
$_statusMessage
Methods
__construct()
constructor
public
__construct(mixed $pageContent) : mixed
Parameters
- $pageContent : mixed
_login()
Checks if the user has been successfully authenticated
public
_login() : string
If a user has been successfully authenticated then he will be redirected to the requested page, otherwise the login page will be displayed
Tags
Return values
string —\Cx\Core\Html\Sigma::get()
_lostPassword()
Calls the method restorePassword of the class FWUser and displays the lostpw page of the login module
public
_lostPassword() : string
Tags
Return values
string —\Cx\Core\Html\Sigma::get()
_noaccess()
Displays the noaccess page of the login module
public
_noaccess() : string
Tags
Return values
string —\Cx\Core\Html\Sigma::get()
_resetPassword()
Calls the method resetPassword of the class FWUser and displays the resetpw page of the login module
public
_resetPassword() : string
Tags
Return values
string —\Cx\Core\Html\Sigma::get()
getContent()
Get content
public
getContent() : mixed
Get the login pages
Tags
Return values
mixed —Template content