PartyCountriesCloudTpl
in package
FinalYes
Table of Contents
Properties
- $bPast : int
- $attData : array<string|int, mixed>
- $cloud : array<string|int, mixed>
- $country : Country
- $sumCountry : int
- $tags : Tags
- $targetPath : string
- $tplBubble : string
- $tplDefLink : string
Methods
- __construct() : mixed
- getTplHead() : string
- getTplLoop() : array<string|int, mixed>
- getTplStop() : array<string|int, mixed>
- calculateCloudSize() : float|int
Properties
$bPast
public
int
$bPast
= 0
$attData
private
array<string|int, mixed>
$attData
= []
$cloud
private
array<string|int, mixed>
$cloud
= []
$country
private
Country
$country
$sumCountry
private
int
$sumCountry
= 0
$tags
private
Tags
$tags
$targetPath
private
string
$targetPath
= ''
$tplBubble
private
string
$tplBubble
$tplDefLink
private
string
$tplDefLink
Methods
__construct()
public
__construct([array<string|int, mixed>|null $saAtt = [] ]) : mixed
Parameters
- $saAtt : array<string|int, mixed>|null = []
getTplHead()
public
getTplHead([string $target = 'party/' ]) : string
Parameters
- $target : string = 'party/'
Return values
stringgetTplLoop()
public
getTplLoop(array<string|int, mixed> $saRow) : array<string|int, mixed>
Parameters
- $saRow : array<string|int, mixed>
Return values
array<string|int, mixed>getTplStop()
public
getTplStop() : array<string|int, mixed>
Return values
array<string|int, mixed>calculateCloudSize()
private
calculateCloudSize(int $sumTotal) : float|int
Parameters
- $sumTotal : int