Table of Contents
Properties
-
$attData
: array<string|int, mixed>
-
$bPast
: int
-
$cloud
: array<string|int, mixed>
-
$country
: Country
-
$sumCountry
: int
-
$tags
: Tags
-
$targetPath
: string
-
$tplBubble
: string
-
$tplDefLink
: string
Methods
-
__construct()
: mixed
-
getCloud()
: array<string|int, mixed>
-
getCountryInstance()
: Country
-
getTplHead()
: string
-
getTplLoop()
: array<string|int, mixed>
-
getTplStop()
: array<string|int, mixed>
-
setCloud()
: void
-
setPast()
: void
-
calculateCloudSize()
: float|int
$attData
private
array<string|int, mixed>
$attData
= []
$bPast
private
int
$bPast
= 0
$cloud
private
array<string|int, mixed>
$cloud
= []
$country
private
Country
$country
$sumCountry
private
int
$sumCountry
= 0
private
Tags
$tags
$targetPath
private
string
$targetPath
= ''
$tplBubble
private
string
$tplBubble
$tplDefLink
private
string
$tplDefLink
__construct()
public
__construct([array<string|int, mixed>|null $saAtt = [] ]) : mixed
Parameters
-
$saAtt
: array<string|int, mixed>|null
= []
-
-
throws
-
Exception
getCloud()
public
getCloud() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCountryInstance()
public
getCountryInstance() : Country
getTplHead()
public
getTplHead() : string
getTplLoop()
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>
-
throws
-
Exception
Return values
array<string|int, mixed>
setCloud()
public
setCloud(array<string|int, mixed> $cloud) : void
Parameters
-
$cloud
: array<string|int, mixed>
-
setPast()
public
setPast(int $bPast) : void
Parameters
-
$bPast
: int
-
calculateCloudSize()
private
calculateCloudSize(int $sumTotal) : float|int
Parameters
-
$sumTotal
: int
-