PartyReportRating
in package
uses
TraitData
Table of Contents
Properties
- $data : Data
- $tplPartyVotes : string
- $voteIcons : VoteIcons
Methods
- __construct() : mixed
- getDataInstance() : Data
- getRating() : string
- Zeige Rating pro Report
- getSum() : string
- getReportSQL() : array<string|int, mixed>|bool|mixed
- getSumSQL() : array<string|int, mixed>
- getTplPartyRating() : string
- Zeigt das Party-Rating als Summe
Properties
$data
private
Data
$data
$tplPartyVotes
private
string
$tplPartyVotes
$voteIcons
private
VoteIcons
$voteIcons
Methods
__construct()
public
__construct() : mixed
getDataInstance()
public
getDataInstance() : Data
Return values
DatagetRating()
Zeige Rating pro Report
public
getRating(int $nPID, int $nRepID) : string
Parameters
- $nPID : int
- $nRepID : int
Tags
Return values
string —- Anzahl
getSum()
public
getSum(int $nPID) : string
Parameters
- $nPID : int
Return values
stringgetReportSQL()
private
getReportSQL(int $nPID, int $nRepID) : array<string|int, mixed>|bool|mixed
Parameters
- $nPID : int
- $nRepID : int
Return values
array<string|int, mixed>|bool|mixedgetSumSQL()
private
getSumSQL(int $nPID) : array<string|int, mixed>
Parameters
- $nPID : int
Return values
array<string|int, mixed>getTplPartyRating()
Zeigt das Party-Rating als Summe
private
getTplPartyRating(string $svTemplatePart[, array<string|int, mixed> $saData = [] ]) : string
Parameters
- $svTemplatePart : string
- $saData : array<string|int, mixed> = []