LicenseSettings
Table of Contents
-
$author
: mixed
-
$productId
: mixed
-
$storeUrl
: mixed
-
$licenseKey
: mixed
-
__construct()
: mixed
-
activate()
: mixed
-
activateLicense()
: mixed
-
checkLicense()
: stdClass|null
-
deactivateLicense()
: mixed
-
getAuthor()
: string
-
getLicenseData()
: stdClass|null
-
getLicenseKey()
: string
-
getProductId()
: int
-
getRenewUrl()
: string
-
getStoreUrl()
: string
-
init()
: mixed
-
isLicenseEnabled()
: bool
-
needHideNotice()
: bool
-
setLicenseStatus()
: mixed
-
setNeedHideNotice()
: mixed
-
getLicenseSettings()
: array<string|int, mixed>
$author
public
mixed
$author
$productId
public
mixed
$productId
$storeUrl
public
mixed
$storeUrl
$licenseKey
private
mixed
$licenseKey
__construct()
public
__construct() : mixed
Return values
mixed
—
activate()
public
activate() : mixed
-
since
-
1.0
Return values
mixed
—
activateLicense()
public
activateLicense() : mixed
Return values
mixed
—
checkLicense()
public
checkLicense() : stdClass|null
Return values
stdClass|null
—
deactivateLicense()
public
deactivateLicense() : mixed
Return values
mixed
—
getAuthor()
public
getAuthor() : string
-
since
-
1.0
Return values
string
—
getLicenseData()
public
getLicenseData() : stdClass|null
-
since
-
1.0
Return values
stdClass|null
—
getLicenseKey()
public
getLicenseKey() : string
-
since
-
1.0
Return values
string
—
getProductId()
public
getProductId() : int
-
since
-
1.0
Return values
int
—
getRenewUrl()
public
getRenewUrl() : string
-
since
-
1.0
Return values
string
—
getStoreUrl()
public
getStoreUrl() : string
-
since
-
1.0
Return values
string
—
init()
public
init() : mixed
-
since
-
1.0
Return values
mixed
—
isLicenseEnabled()
public
isLicenseEnabled() : bool
-
since
-
1.1.0
Return values
bool
—
needHideNotice()
public
needHideNotice() : bool
Return values
bool
—
setLicenseStatus()
public
setLicenseStatus(string $status) : mixed
Parameters
-
$status
: string
-
Return values
mixed
—
setNeedHideNotice()
public
setNeedHideNotice(bool $isHide) : mixed
Parameters
-
$isHide
: bool
-
Return values
mixed
—
getLicenseSettings()
private
getLicenseSettings() : array<string|int, mixed>
-
since
-
1.0
Return values
array<string|int, mixed>
—