LicenseSettings
Table of Contents
-
$productId
: mixed
-
$productName
: mixed
-
$storeUrl
: mixed
-
__construct()
: mixed
-
getLicenseData()
: stdClass|null
-
getLicenseKey()
: string
-
getProductId()
: int
-
getProductName()
: string
-
getRenewUrl()
: string
-
getStoreUrl()
: string
-
isEnabled()
: bool
-
needHideNotice()
: bool
-
setLicenseKey()
: mixed
-
setLicenseStatus()
: mixed
-
setNeedHideNotice()
: mixed
$productId
private
mixed
$productId
$productName
private
mixed
$productName
$storeUrl
private
mixed
$storeUrl
__construct()
public
__construct() : mixed
Return values
mixed
—
getLicenseData()
public
getLicenseData() : stdClass|null
Return values
stdClass|null
—
getLicenseKey()
public
getLicenseKey() : string
Return values
string
—
getProductId()
public
getProductId() : int
Return values
int
—
getProductName()
public
getProductName() : string
Return values
string
—
getRenewUrl()
public
getRenewUrl() : string
Return values
string
—
getStoreUrl()
public
getStoreUrl() : string
Return values
string
—
isEnabled()
public
isEnabled() : bool
Return values
bool
—
needHideNotice()
public
needHideNotice() : bool
Return values
bool
—
setLicenseKey()
public
setLicenseKey(string $licenseKey) : mixed
Parameters
-
$licenseKey
: string
-
Return values
mixed
—
setLicenseStatus()
public
setLicenseStatus(string $status) : mixed
Parameters
-
$status
: string
-
Return values
mixed
—
setNeedHideNotice()
public
setNeedHideNotice(bool $isHide) : mixed
Parameters
-
$isHide
: bool
-
Return values
mixed
—