Protected Member Functions | Protected Attributes

Shop_License Class Reference

Inheritance diagram for Shop_License:
Collaboration diagram for Shop_License:

List of all members.

Protected Member Functions

 _canUpdate ()
 _fetchCurVersionInfo ($sUrl)

Protected Attributes

 $_sThisTemplate = "shop_license.tpl"
 $_aVersionCheckLinks

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 $sUrl current 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]

Reimplemented from Shop_Config.

Definition at line 16 of file shop_license.php.


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