Public Member Functions | |
render () | |
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 69 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 92 of file shop_license.php.
Shop_License.render | ( | ) |
Executes parent method parent.render(), creates oxshop object, passes it's data to Smarty engine and returns name of template file "shop_license.tpl".
Reimplemented from Shop_Config.
Definition at line 34 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 21 of file shop_license.php.
Shop_License.$_sThisTemplate = "shop_license.tpl" [protected] |
Reimplemented from Shop_Config.
Definition at line 14 of file shop_license.php.