Table of Contents
Properties
-
$isCheck
: bool
-
$bPast
: int
-
$country
: Country
-
$midDot
: string
-
$partyLinks
: PartyLinks
Methods
-
__construct()
: mixed
-
getCountryInstance()
: Country
-
getHead()
: string
-
getPartyInfoInstance()
: PartyInfo
-
getPartyTimerInstance()
: PartyTimer
-
initParams()
: void
-
getHeadTimeData()
: array{'linkPartyDate': string, 'linkEndDate': string}
-
renderAddPartyButton()
: string
-
renderSharePartyButtons()
: string
$isCheck
public
bool
$isCheck
= false
$bPast
private
int
$bPast
$country
private
Country
$country
$midDot
private
string
$midDot
$partyLinks
private
PartyLinks
$partyLinks
__construct()
public
__construct(array<string|int, mixed> $saParty) : mixed
Parameters
-
$saParty
: array<string|int, mixed>
-
getCountryInstance()
public
getCountryInstance() : Country
getHead()
public
getHead([array<string|int, mixed> $saPartyShort = [] ]) : string
Parameters
-
$saPartyShort
: array<string|int, mixed>
= []
-
-
throws
-
Exception
-
throws
-
Exception
-
throws
-
Exception
-
throws
-
Exception
-
throws
-
Exception
getPartyInfoInstance()
public
getPartyInfoInstance() : PartyInfo
getPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer
initParams()
public
initParams() : void
getHeadTimeData()
private
getHeadTimeData() : array{'linkPartyDate': string, 'linkEndDate': string}
-
throws
-
Exception
Return values
array{'linkPartyDate': string, 'linkEndDate': string}
private
renderAddPartyButton() : string
-
throws
-
Exception
private
renderSharePartyButtons() : string
-
throws
-
Exception