MarketDetail
Table of Contents
Methods
-
__construct()
: mixed
-
getAdditionalContent()
: string
-
getAdditionalMarketAction()
: string
-
getAppCode()
: string
-
getCheckHash()
: string
-
getInfo()
: array<string|int, mixed>
-
getInstallHash()
: string
-
getVersion()
: int
-
setCheckHash()
: void
-
setInstallHash()
: void
-
setVersion()
: void
__construct()
public
__construct(string $appCode, DetailType $type) : mixed
Parameters
-
$appCode
: string
-
-
$type
: DetailType
-
getAdditionalContent()
public
getAdditionalContent() : string
getAdditionalMarketAction()
public
getAdditionalMarketAction() : string
getAppCode()
public
getAppCode() : string
getCheckHash()
public
getCheckHash() : string
getInfo()
public
getInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>
getInstallHash()
public
getInstallHash() : string
getVersion()
public
getVersion() : int
setCheckHash()
public
setCheckHash(string $checkHash) : void
Parameters
-
$checkHash
: string
-
setInstallHash()
public
setInstallHash(string $installHash) : void
Parameters
-
$installHash
: string
-
setVersion()
public
setVersion(int $version) : void
Parameters
-
$version
: int
-