Table of Contents
Properties
-
$cnt
: int
-
$env
: array<string|int, mixed>
-
$isMyOwn
: bool
-
$memberLink
: MemberLink
-
$partyInfo
: PartyInfo
-
$partyTimer
: PartyTimer
-
$partyTpl
: PartyTpl
-
$saAtt
: array<string|int, mixed>
-
$tplDateTopic
: string
-
$tplDefLink
: string
-
$tplFlyerBlock
: string
-
$tplPartytimerRow
: string
Methods
-
__construct()
: mixed
-
buildLinksForList()
: string
-
getCnt()
: int
-
getMemberLinkInstance()
: MemberLink
-
getPartyInfoInstance()
: PartyInfo
-
getPartyTimerInstance()
: PartyTimer
-
getSeoInstance()
: Seo
-
getTplHead()
: string
-
getTplLoop()
: string
-
getTplStop()
: string
-
initParams()
: void
-
setCnt()
: void
$cnt
private
int
$cnt
$env
private
array<string|int, mixed>
$env
$isMyOwn
private
bool
$isMyOwn
$memberLink
private
MemberLink
$memberLink
$partyInfo
private
PartyInfo
$partyInfo
$partyTimer
private
PartyTimer
$partyTimer
$partyTpl
private
PartyTpl
$partyTpl
$saAtt
private
array<string|int, mixed>
$saAtt
$tplDateTopic
private
string
$tplDateTopic
$tplDefLink
private
string
$tplDefLink
$tplFlyerBlock
private
string
$tplFlyerBlock
$tplPartytimerRow
private
string
$tplPartytimerRow
__construct()
public
__construct([array<string|int, mixed> $saAtt = [] ]) : mixed
Parameters
-
$saAtt
: array<string|int, mixed>
= []
-
buildLinksForList()
public
buildLinksForList(int $nID, array<string|int, mixed> $saParty, array<string|int, mixed> $saPartyShort) : string
Parameters
-
$nID
: int
-
-
$saParty
: array<string|int, mixed>
-
-
$saPartyShort
: array<string|int, mixed>
-
-
throws
-
Exception
getCnt()
public
getCnt() : int
getMemberLinkInstance()
public
getMemberLinkInstance() : MemberLink
getPartyInfoInstance()
public
getPartyInfoInstance() : PartyInfo
getPartyTimerInstance()
public
getPartyTimerInstance() : PartyTimer
getSeoInstance()
public
getSeoInstance() : Seo
getTplHead()
public
getTplHead() : string
getTplLoop()
public
getTplLoop(array<string|int, mixed> $saPartyRow) : string
Parameters
-
$saPartyRow
: array<string|int, mixed>
-
-
throws
-
RandomException
-
throws
-
Exception
getTplStop()
public
getTplStop() : string
-
throws
-
RandomException
-
throws
-
Exception
initParams()
public
initParams() : void
setCnt()
public
setCnt(int $cnt) : void
Parameters
-
$cnt
: int
-