Documentation

ClientSubscriptionCheck
in package

Table of Contents

Constants

ITEM_TYPE  = 'subscription-check'

Properties

$clientTextId  : string|null
$hasSubscription  : bool|null
$itemType  : string
$lastPremiumCheck  : int|null

Methods

fromArray()  : mixed
getClientTextId()  : string
Get the value of clientTextId
getHasSubscription()  : bool
Get the value of hasSubscription
getItemType()  : string
Get $itemType
getLastPremiumCheck()  : int
Get the value of lastPremiumCheck
setClientTextId()  : self
Set the value of clientTextId
setHasSubscription()  : self
Set the value of hasSubscription
setLastPremiumCheck()  : self
Set the value of lastPremiumCheck

Constants

Properties

Methods

getClientTextId()

Get the value of clientTextId

public getClientTextId() : string
Return values
string

getHasSubscription()

Get the value of hasSubscription

public getHasSubscription() : bool
Return values
bool

getLastPremiumCheck()

Get the value of lastPremiumCheck

public getLastPremiumCheck() : int
Return values
int

setClientTextId()

Set the value of clientTextId

public setClientTextId(string $clientTextId) : self
Parameters
$clientTextId : string
Return values
self

setHasSubscription()

Set the value of hasSubscription

public setHasSubscription(bool $hasSubscription) : self
Parameters
$hasSubscription : bool
Return values
self

setLastPremiumCheck()

Set the value of lastPremiumCheck

public setLastPremiumCheck(int $lastPremiumCheck) : self
Parameters
$lastPremiumCheck : int
Return values
self

        
On this page

Search results