| 
    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 ilPollResultsRenderer:Public Member Functions | |
| __construct (int $ref_id) | |
| render (ilTemplate $tpl, ilPollResultsHandler $results, int $presentation_mode) | |
Protected Member Functions | |
| renderPieChart (ilTemplate $tpl, ilPollResultsHandler $results) | |
| renderBarChart (ilTemplate $tpl, ilPollResultsHandler $results) | |
| getLegend () | |
| getPieChart () | |
| getProgressBar () | |
| specialCharsAsEntities (string $string) | |
Protected Attributes | |
| int | $ref_id | 
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.ilPollResultsRenderer.php.
| ilPollResultsRenderer::__construct | ( | int | $ref_id | ) | 
      
  | 
  protected | 
Definition at line 90 of file class.ilPollResultsRenderer.php.
Referenced by renderPieChart().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 95 of file class.ilPollResultsRenderer.php.
References ilChart\getInstanceByType(), and ilChart\TYPE_PIE.
Referenced by renderPieChart().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 103 of file class.ilPollResultsRenderer.php.
References ilProgressBar\getInstance().
Referenced by renderBarChart().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPollResultsRenderer::render | ( | ilTemplate | $tpl, | 
| ilPollResultsHandler | $results, | ||
| int | $presentation_mode | ||
| ) | 
Definition at line 32 of file class.ilPollResultsRenderer.php.
References renderBarChart(), renderPieChart(), and ilObjPoll\SHOW_RESULTS_AS_PIECHART.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 72 of file class.ilPollResultsRenderer.php.
References $id, ilPollResultsHandler\getAnswerPercentage(), ilPollResultsHandler\getAnswerText(), ilPollResultsHandler\getAnswerTotal(), ilPollResultsHandler\getOrderedAnswerIds(), getProgressBar(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), 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 44 of file class.ilPollResultsRenderer.php.
References $id, $ref_id, ilPollResultsHandler\getAnswerPercentage(), ilPollResultsHandler\getAnswerText(), getLegend(), ilPollResultsHandler\getOrderedAnswerIds(), getPieChart(), 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.ilPollResultsRenderer.php.
Referenced by renderBarChart(), and renderPieChart().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 24 of file class.ilPollResultsRenderer.php.
Referenced by __construct(), and renderPieChart().