| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilPollAnswersRenderer:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| 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) | |
| specialCharsAsEntities (string $string) | |
Protected Attributes | |
| ilLanguage | $lng | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 22 of file class.ilPollAnswersRenderer.php.
| ilPollAnswersRenderer::__construct | ( | ilLanguage | $lng | ) | 
Definition at line 26 of file class.ilPollAnswersRenderer.php.
References $lng, and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilPollAnswersRenderer::render | ( | ilTemplate | $tpl, | 
| ilPollAnswersHandler | $answers, | ||
| bool | $disable_input | ||
| ) | 
Definition at line 31 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 74 of file class.ilPollAnswersRenderer.php.
References ilTemplate\parseCurrentBlock(), HTML_Template_IT\setVariable(), and specialCharsAsEntities().
Referenced by render().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 108 of file class.ilPollAnswersRenderer.php.
Referenced by renderAnswer().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 24 of file class.ilPollAnswersRenderer.php.
Referenced by __construct().