|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilPollAnswersRenderer:Public Member Functions | |
| __construct (ilLanguage $lng, Refinery $refinery) | |
| render (ilTemplate $tpl, ilPollAnswersHandler $answers, bool $disable_input) | |
Protected Member Functions | |
| renderAnswer (ilTemplate $tpl, int $id, string $answer, ?array $last_vote, bool $single_answer, bool $disable_input) | |
Protected Attributes | |
| ilLanguage | $lng |
| Refinery | $refinery |
Definition at line 23 of file class.ilPollAnswersRenderer.php.
| ilPollAnswersRenderer::__construct | ( | ilLanguage | $lng, |
| Refinery | $refinery | ||
| ) |
Definition at line 28 of file class.ilPollAnswersRenderer.php.
References $lng, $refinery, ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilPollAnswersRenderer::render | ( | ilTemplate | $tpl, |
| ilPollAnswersHandler | $answers, | ||
| bool | $disable_input | ||
| ) |
Definition at line 36 of file class.ilPollAnswersRenderer.php.
References $id, ilPollAnswersHandler\getAnswerLimit(), ilPollAnswersHandler\getAnswers(), ilPollAnswersHandler\getVoteCommand(), ilPollAnswersHandler\getVoteURL(), ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilPollAnswersHandler\popLastVoteFromSession(), renderAnswer(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:
|
protected |
Definition at line 79 of file class.ilPollAnswersRenderer.php.
References ilTemplate\parseCurrentBlock(), ILIAS\Repository\refinery(), and HTML_Template_IT\setVariable().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilPollAnswersRenderer.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilPollAnswersRenderer.php.
Referenced by __construct().