Public Member Functions | Protected Member Functions

Login Class Reference

Inheritance diagram for Login:
Collaboration diagram for Login:

List of all members.

Public Member Functions

 __construct ()
 render ()
 checklogin ()
 getViewId ()

Protected Member Functions

 _authorize ()
 _getAvailableLanguages ()
 _getBrowserLanguage ()

Detailed Description

Administrator login form. Performs administrator login form data collection.

Definition at line 7 of file login.php.


Constructor & Destructor Documentation

Login.__construct (  ) 

Sets value for _sThisAction to "login".

Reimplemented from oxAdminView.

Definition at line 12 of file login.php.


Member Function Documentation

Login._authorize (  )  [protected]

authorization

Returns:
boolean

Reimplemented from oxAdminView.

Definition at line 140 of file login.php.

Login._getAvailableLanguages (  )  [protected]

Get available admin interface languages

Returns:
array

Definition at line 161 of file login.php.

Login._getBrowserLanguage (  )  [protected]

Get detected user browser language abbervation

Returns:
string

Definition at line 179 of file login.php.

Login.checklogin (  ) 

Checks user login data, on success returns "admin_start".

Returns:
mixed

Definition at line 68 of file login.php.

Login.getViewId (  ) 

Current view ID getter

Returns:
string

Reimplemented from oxAdminView.

Definition at line 151 of file login.php.

Login.render (  ) 

Executes parent method parent.render(), creates shop object, sets template parameters and returns name of template file "login.tpl".

Returns:
string

Reimplemented from oxAdminView.

Definition at line 24 of file login.php.


The documentation for this class was generated from the following file: