Table of Contents
Properties
-
$apiTools
: ApiTools
-
$cloud
: array<string|int, mixed>
-
$country
: Country
Methods
-
__construct()
: mixed
-
getCloud()
: array<string|int, mixed>
-
getCountryInstance()
: Country
-
getTplHead()
: void
-
getTplLoop()
: void
-
getTplStop()
: array<string|int, mixed>
-
setCloud()
: void
private
ApiTools
$apiTools
$cloud
private
array<string|int, mixed>
$cloud
= []
$country
private
Country
$country
__construct()
public
__construct() : mixed
getCloud()
public
getCloud() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCountryInstance()
public
getCountryInstance() : Country
getTplHead()
public
getTplHead() : void
getTplLoop()
public
getTplLoop(array<string|int, mixed> $saRow) : void
Parameters
-
$saRow
: array<string|int, mixed>
-
getTplStop()
public
getTplStop() : array<string|int, mixed>
Return values
array<string|int, mixed>
setCloud()
public
setCloud(array<string|int, mixed> $cloud) : void
Parameters
-
$cloud
: array<string|int, mixed>
-