Table of Contents
Properties
-
$ajaxBox
: string
-
$linkOpenBottom
: string
-
$cntFound
: int
-
$dataType
: string
-
$image
: Image
-
$limitStart
: int
-
$limitStop
: int
-
$partyInfo
: PartyInfo
-
$tplAjaxFlyer
: string
-
$tplAjaxParty
: string
-
$tplAjaxPhoto
: string
-
$tplDefLink
: string
-
$user
: User
Methods
-
__construct()
: mixed
-
getPartyInfoInstance()
: PartyInfo
-
getTplPartyNewLoop()
: string
-
getTplPartyNewStart()
: string
-
getTplPartyNewStop()
: string
-
getUserInstance()
: User
-
initSet()
: void
-
buildGoToLink()
: string
-
formatTitleWithIcon()
: mixed|string
-
generateTitleAndLink()
: array<string|int, mixed>
-
loopNewSubPhoto()
: string
$ajaxBox
public
string
$ajaxBox
= ''
$linkOpenBottom
public
string
$linkOpenBottom
= ''
$cntFound
private
int
$cntFound
= 0
$dataType
private
string
$dataType
= 'party'
$image
private
Image
$image
$limitStart
private
int
$limitStart
= 0
$limitStop
private
int
$limitStop
= 20
$partyInfo
private
PartyInfo
$partyInfo
$tplAjaxFlyer
private
string
$tplAjaxFlyer
$tplAjaxParty
private
string
$tplAjaxParty
$tplAjaxPhoto
private
string
$tplAjaxPhoto
$tplDefLink
private
string
$tplDefLink
$user
private
User
$user
__construct()
public
__construct() : mixed
getPartyInfoInstance()
public
getPartyInfoInstance() : PartyInfo
getTplPartyNewLoop()
public
getTplPartyNewLoop([array<string|int, mixed> $saParty = [] ]) : string
Parameters
-
$saParty
: array<string|int, mixed>
= []
-
-
throws
-
Exception
getTplPartyNewStart()
public
getTplPartyNewStart() : string
-
throws
-
Exception
getTplPartyNewStop()
public
getTplPartyNewStop() : string
getUserInstance()
public
getUserInstance() : User
initSet()
public
initSet(int $limitStart, int $limitStop, string $dataType, int $cntFound) : void
Parameters
-
$limitStart
: int
-
-
$limitStop
: int
-
-
$dataType
: string
-
-
$cntFound
: int
-
buildGoToLink()
private
buildGoToLink(mixed $toLink) : string
Parameters
-
$toLink
: mixed
-
-
throws
-
Exception
private
formatTitleWithIcon(int|string|null $ckNewOpenType, mixed $strTitleText) : mixed|string
Parameters
-
$ckNewOpenType
: int|string|null
-
-
$strTitleText
: mixed
-
-
throws
-
Exception
Return values
mixed|string
generateTitleAndLink()
private
generateTitleAndLink() : array<string|int, mixed>
-
throws
-
Exception
Return values
array<string|int, mixed>
loopNewSubPhoto()
private
loopNewSubPhoto(array<string|int, mixed> $saParty, array<string|int, mixed> $saPartyShort[, string $strLinkHref = '' ]) : string
Parameters
-
$saParty
: array<string|int, mixed>
-
-
$saPartyShort
: array<string|int, mixed>
-
-
$strLinkHref
: string
= ''
-