Public Member Functions | Protected Member Functions | Protected Attributes

Shop_License Class Reference

Inheritance diagram for Shop_License:
Collaboration diagram for Shop_License:

List of all members.

Public Member Functions

 render ()

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 69 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 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".

Returns:
string

Reimplemented from Shop_Config.

Definition at line 34 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 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.


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