|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilPollResultsHandler:Public Member Functions | |
| __construct (ilObjPoll $poll, ilPollAnswersHandler $answers) | |
| getOrderedAnswerIds () | |
| getTotalVotes () | |
| getAnswerText (int $id) | |
| getAnswerPercentage (int $id) | |
| getAnswerTotal (int $id) | |
Protected Attributes | |
| ilPollAnswersHandler | $answers |
| bool | $sort_by_votes |
| int | $total_votes |
| array | $answer_percentages |
| array | $answer_totals |
Definition at line 21 of file class.ilPollResultsHandler.php.
| ilPollResultsHandler::__construct | ( | ilObjPoll | $poll, |
| ilPollAnswersHandler | $answers | ||
| ) |
Definition at line 37 of file class.ilPollResultsHandler.php.
References Vendor\Package\$a, $answers, $res, ilObjPoll\getSortResultByVotes(), ilObjPoll\getVotePercentages(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilPollResultsHandler::getAnswerPercentage | ( | int | $id | ) |
Definition at line 92 of file class.ilPollResultsHandler.php.
References $id.
| ilPollResultsHandler::getAnswerText | ( | int | $id | ) |
Definition at line 87 of file class.ilPollResultsHandler.php.
References $id.
| ilPollResultsHandler::getAnswerTotal | ( | int | $id | ) |
Definition at line 97 of file class.ilPollResultsHandler.php.
References $id.
| ilPollResultsHandler::getOrderedAnswerIds | ( | ) |
Definition at line 59 of file class.ilPollResultsHandler.php.
References $answer_totals, and $id.
| ilPollResultsHandler::getTotalVotes | ( | ) |
Definition at line 82 of file class.ilPollResultsHandler.php.
References $total_votes.
|
protected |
Definition at line 30 of file class.ilPollResultsHandler.php.
|
protected |
Definition at line 35 of file class.ilPollResultsHandler.php.
Referenced by getOrderedAnswerIds().
|
protected |
Definition at line 23 of file class.ilPollResultsHandler.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilPollResultsHandler.php.
|
protected |
Definition at line 25 of file class.ilPollResultsHandler.php.
Referenced by getTotalVotes().