| 
    OXID eShop CE
    4.9.5
    
   | 
 
 Inheritance diagram for Login:
 Collaboration diagram for Login: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 | 
Administrator login form. Performs administrator login form data collection.
| Login::__construct | ( | ) | 
Sets value for _sThisAction to "login".
Reimplemented from oxAdminView.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
| Login::getViewId | ( | ) | 
| Login::render | ( | ) | 
Executes parent method parent::render(), creates shop object, sets template parameters and returns name of template file "login.tpl".
Reimplemented from oxAdminView.