FormatListData
FormatListData PHP Methods
getCountryAddData(string $type, string $title, $total) v5
Gets country stats data
PARAMETERS:
$type = string, Map type (for countries = "country")
$title = string, Country name 2 letters code
$total = Stats total amount
RETURN VALUE:
string = country stats data as HTML getCountryTitle(string $country) v5
Gets country title from 2 letters code
PARAMETERS:
$country = string, Country name 2 letters code
RETURN VALUE:
string = country title from 2 letters code getReport(string $reportName, string $rowHTML) v5
Gets list report contents as HTML
PARAMETERS:
$reportName = string, Report name
$rowHTML = string, Report record HTML template
RETURN VALUE:
string = list report contents as HTML setLocation(\WMT\Map\Location $location) v5
Set report location
PARAMETERS:
$location = object
RETURN VALUE:
void __construct(Settings $reportSettings, Data $data) v5
Initialize report list data object
PARAMETERS:
$reportSettings = object
$data = object
RETURN VALUE:
voidFormatListData PHP Variables
🔎︎ %l4610%