OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
Shop_License Class Reference
+ Inheritance diagram for Shop_License:
+ Collaboration diagram for Shop_License:

Protected Member Functions

 _canUpdate ()
 _fetchCurVersionInfo ($sUrl)
- Protected Member Functions inherited from Shop_Config
 _getModuleForConfigVars ()
 _parseConstraint ($sType, $sConstraint)
 _serializeConstraint ($sType, $sConstraint)
 _arrayToMultiline ($aInput)
 _multilineToArray ($sMultiline)
 _aarrayToMultiline ($aInput)
 _multilineToAarray ($sMultiline)
- Protected Member Functions inherited from oxAdminDetails
 _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null)
 _getEditValue ($oObject, $sField)
 _processEditValue ($sValue)
 _getPlainEditor ($iWidth, $iHeight, $oObject, $sField)
 _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null)
 _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null)
 _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null)
 _setupNavigation ($sNode)
 _resetCounts ($aIds)
- Protected Member Functions inherited from oxAdminView
 _getEditShop ($sShopId)
 _getServiceProtocol ()
 _getShopVersionNr ()
 _addNavigationHistory ($sNode)
 _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false)
 _resetContentCache ()
 _allowAdminEdit ($sUserId)
 _getCountryByCode ($sCountryCode)
 _authorize ()
- Protected Member Functions inherited from oxView
 _executeNewAction ($sNewAction)

Protected Attributes

 $_sThisTemplate = "shop_license.tpl"
 $_aVersionCheckLinks
- Protected Attributes inherited from Shop_Config
 $_sThisTemplate = 'shop_config.tpl'
 $_aSkipMultiline = array('aHomeCountry', 'iShopID_TrustedShops', 'aTsUser', 'aTsPassword')
 $_aParseFloat = array('iMinOrderPrice')
 $_aConfParams
- Protected Attributes inherited from oxAdminDetails
 $_oEditor = null
- Protected Attributes inherited from oxAdminView
 $_aSumType
 $_sThisTemplate = null
 $_iDefEdit = 0
 $_iEditLang = 0
 $_sShopTitle = " - "
 $_sShopVersion = null
 $_sServiceUrl = null
 $_oEditShop = null
 $_sEditObjectId = null
- Protected Attributes inherited from oxView
 $_aViewData = array()
 $_sClassLocation = null
 $_sThisAction = null
 $_oParent = null
 $_blIsComponent = false
 $_sThisTemplate = null
 $_sViewId = null
 $_sClass = null
 $_sFnc = null
 $_sTrustedShopId = null
 $_sTSExcellenceId = null
 $_sCharSet = null
 $_sVersion = null
 $_blDemoVersion = null
 $_blDemoShop = null
 $_iNewsStatus = null
 $_sShopLogo = null
 $_sCategoryId = null
 $_oClickCat = null
 $_blIsCallForCache = false
 $_oViewConf = null

Additional Inherited Members

- Public Member Functions inherited from Shop_Config
 render ()
 saveConfVars ()
 loadConfVars ($sShopId, $sModule)
 _unserializeConfVar ($sType, $sName, $sValue)
 _serializeConfVar ($sType, $sName, $mValue)
 getEditObjectId ()
- Static Protected Attributes inherited from oxAdminView
static $_oNaviTree = null
static $_sAuthUserRights = null

Detailed Description

Admin shop license setting manager. Collects shop license settings, updates it on user submit, etc. Admin Menu: Main Menu -> Core Settings -> License.

Definition at line 8 of file shop_license.php.

Member Function Documentation

Shop_License::_canUpdate ( )
protected

Checks if the license key update is allowed.

Returns
bool

Definition at line 74 of file shop_license.php.

Shop_License::_fetchCurVersionInfo (   $sUrl)
protected

Fetch current shop version information from url

Parameters
string$sUrlcurrent version info fetching url by edition
Returns
string

Definition at line 97 of file shop_license.php.

Member Data Documentation

Shop_License::$_aVersionCheckLinks
protected
Initial value:
array(
"EE" => "http://admin.oxid-esales.com/EE/onlinecheck.php",
"PE" => "http://admin.oxid-esales.com/PE/onlinecheck.php",
"CE" => "http://admin.oxid-esales.com/CE/onlinecheck.php"
)

Definition at line 24 of file shop_license.php.

Shop_License::$_sThisTemplate = "shop_license.tpl"
protected

Definition at line 16 of file shop_license.php.


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