Table of Contents
Properties
-
$isCommentVote
: bool
-
$scores
: Scores
Methods
-
__construct()
: mixed
-
generateVoteBox()
: string
-
getScoresInstance()
: Scores
-
isCommentVote()
: bool
-
setIsCommentVote()
: void
private
bool
$isCommentVote
$scores
private
Scores
$scores
__construct()
public
__construct() : mixed
generateVoteBox()
public
generateVoteBox(mixed $strName, array<string|int, mixed> $saRow, array<string|int, mixed> $saUserPublic) : string
Parameters
-
$strName
: mixed
-
-
$saRow
: array<string|int, mixed>
-
-
$saUserPublic
: array<string|int, mixed>
-
-
throws
-
Exception
getScoresInstance()
public
getScoresInstance() : Scores
public
isCommentVote() : bool
public
setIsCommentVote(bool $isCommentVote) : void
Parameters
-
$isCommentVote
: bool
-