Protected Member Functions | |
_canUpdate () | |
_fetchCurVersionInfo ($sUrl) | |
Protected Attributes | |
$_sThisTemplate = "shop_license.tpl" | |
$_aVersionCheckLinks |
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.
Shop_License._canUpdate | ( | ) | [protected] |
Checks if the license key update is allowed.
Definition at line 74 of file shop_license.php.
Shop_License._fetchCurVersionInfo | ( | $ | sUrl | ) | [protected] |
Fetch current shop version information from url
string | $sUrl current version info fetching url by edition |
Definition at line 97 of file shop_license.php.
Shop_License.$_aVersionCheckLinks [protected] |
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] |
Reimplemented from Shop_Config.
Definition at line 16 of file shop_license.php.