OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
Login Class Reference
+ Inheritance diagram for Login:
+ Collaboration diagram for Login:

Public Member Functions

 __construct ()
 render ()
 checklogin ()
 getViewId ()
- Public Member Functions inherited from oxAdminView
 init ()
 addGlobalParams ($oShop=null)
 getServiceUrl ($sLangAbbr=null)
 save ()
 resetContentCache ($blForceReset=null)
 resetCounter ($sCounterType, $sValue=null)
 getNavigation ()
 chshp ()
 resetSeoData ($sShopId)
 getPreviewId ()
 getEditObjectId ()
 setEditObjectId ($sId)
- Public Member Functions inherited from oxView
 setViewParameters ($aParams=null)
 getViewParameter ($sKey)
 setIsCallForCache ($blIsCallForCache=null)
 getIsCallForCache ()
 addTplParam ($sPara, $sValue)
 getBelboonParam ()
 getViewConfig ()
 getTemplateName ()
 setTemplateName ($sTemplate)
 setClassName ($sClassName)
 getClassName ()
 setFncName ($sFncName)
 getFncName ()
 setViewData ($aViewData=null)
 getViewData ()
 getViewDataElement ($sParamId=null)
 setClassLocation ($sClassLocation=null)
 getClassLocation ()
 setThisAction ($sThisAction=null)
 getThisAction ()
 setParent ($oParent=null)
 getParent ()
 setIsComponent ($blIsComponent=null)
 getIsComponent ()
 executeFunction ($sFunction)
 getAdditionalParams ()
 getTrustedShopId ()
 getTSExcellenceId ()
 getCharSet ()
 getShopVersion ()
 getShopEdition ()
 getRevision ()
 getPackageInfo ()
 getShopFullEdition ()
 isDemoVersion ()
 isBetaVersion ()
 isRCVersion ()
 showBetaNote ()
 isDemoShop ()
 showNewsletter ()
 setShowNewsletter ($blShow)
 getShopLogo ()
 setShopLogo ($sLogo)
 getActCategory ()
 setActCategory ($oCategory)
 getCategoryId ()
 setCategoryId ($sCategoryId)
 getErrorDestination ()
 getActionClassName ()
 isConnectedWithFb ()
 getFbUserId ()
 showFbConnectToAccountMsg ()
 isMall ()
 showRdfa ()
 getSidForWidget ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

Protected Member Functions

 _authorize ()
 _getAvailableLanguages ()
 _getBrowserLanguage ()
- Protected Member Functions inherited from oxAdminView
 _getEditShop ($sShopId)
 _getServiceProtocol ()
 _getShopVersionNr ()
 _setupNavigation ($sNode)
 _addNavigationHistory ($sNode)
 _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false)
 _resetContentCache ()
 _allowAdminEdit ($sUserId)
 _getCountryByCode ($sCountryCode)
- Protected Member Functions inherited from oxView
 _executeNewAction ($sNewAction)

Additional Inherited Members

- Protected Attributes inherited from oxAdminView
 $_aSumType
 $_sThisTemplate = null
 $_iDefEdit = 0
 $_iEditLang = 0
 $_sShopTitle = " - "
 $_sShopVersion = null
 $_sServiceUrl = null
 $_oEditShop = null
 $_sEditObjectId = null
- Static Protected Attributes inherited from oxAdminView
static $_oNaviTree = null
static $_sAuthUserRights = null

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 13 of file login.php.

Member Function Documentation

Login::_authorize ( )
protected

authorization

Returns
boolean

Reimplemented from oxAdminView.

Definition at line 155 of file login.php.

Login::_getAvailableLanguages ( )
protected

Get available admin interface languages

Returns
array

Definition at line 177 of file login.php.

Login::_getBrowserLanguage ( )
protected

Get detected user browser language abbervation

Returns
string

Definition at line 195 of file login.php.

Login::checklogin ( )

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

Returns
mixed

Definition at line 75 of file login.php.

Login::getViewId ( )

Current view ID getter

Returns
string

Reimplemented from oxAdminView.

Definition at line 166 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 25 of file login.php.


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