| 
    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 ilPollAnswersHandler:Public Member Functions | |
| __construct (ilObjPoll $poll, string $vote_url, string $vote_cmd) | |
| popLastVoteFromSession () | |
| TODO session handling should get its own class.  More... | |
| getAnswers () | |
| getAnswer (int $id) | |
| getNumberOfAnswers () | |
| getAnswerLimitForInfo () | |
| getAnswerLimit () | |
| getVoteURL () | |
| getVoteCommand () | |
Protected Attributes | |
| string | $vote_url | 
| string | $vote_cmd | 
| int | $poll_id | 
| array | $answers | 
| int | $answer_limit | 
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.ilPollAnswersHandler.php.
| ilPollAnswersHandler::__construct | ( | ilObjPoll | $poll, | 
| string | $vote_url, | ||
| string | $vote_cmd | ||
| ) | 
Definition at line 34 of file class.ilPollAnswersHandler.php.
References $answers, $id, $vote_cmd, $vote_url, ilObjPoll\getAnswers(), ilObject\getId(), ilObjPoll\getMaxNumberOfAnswers(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilPollAnswersHandler::getAnswer | ( | int | $id | ) | 
Definition at line 78 of file class.ilPollAnswersHandler.php.
References $id.
| ilPollAnswersHandler::getAnswerLimit | ( | ) | 
Definition at line 98 of file class.ilPollAnswersHandler.php.
References $answer_limit.
Referenced by getAnswerLimitForInfo(), and ilPollAnswersRenderer\render().
 Here is the caller graph for this function:| ilPollAnswersHandler::getAnswerLimitForInfo | ( | ) | 
Definition at line 88 of file class.ilPollAnswersHandler.php.
References getAnswerLimit(), and getNumberOfAnswers().
 Here is the call graph for this function:| ilPollAnswersHandler::getAnswers | ( | ) | 
Definition at line 71 of file class.ilPollAnswersHandler.php.
References $id.
Referenced by ilPollAnswersRenderer\render().
 Here is the caller graph for this function:| ilPollAnswersHandler::getNumberOfAnswers | ( | ) | 
Definition at line 83 of file class.ilPollAnswersHandler.php.
Referenced by getAnswerLimitForInfo().
 Here is the caller graph for this function:| ilPollAnswersHandler::getVoteCommand | ( | ) | 
Definition at line 108 of file class.ilPollAnswersHandler.php.
References $vote_cmd.
Referenced by ilPollAnswersRenderer\render().
 Here is the caller graph for this function:| ilPollAnswersHandler::getVoteURL | ( | ) | 
Definition at line 103 of file class.ilPollAnswersHandler.php.
References $vote_url.
Referenced by ilPollAnswersRenderer\render().
 Here is the caller graph for this function:| ilPollAnswersHandler::popLastVoteFromSession | ( | ) | 
TODO session handling should get its own class.
Definition at line 56 of file class.ilPollAnswersHandler.php.
References $poll_id, ilSession\get(), and ilSession\set().
Referenced by ilPollAnswersRenderer\render().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 32 of file class.ilPollAnswersHandler.php.
Referenced by getAnswerLimit().
      
  | 
  protected | 
Definition at line 31 of file class.ilPollAnswersHandler.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 26 of file class.ilPollAnswersHandler.php.
Referenced by popLastVoteFromSession().
      
  | 
  protected | 
Definition at line 25 of file class.ilPollAnswersHandler.php.
Referenced by __construct(), and getVoteCommand().
      
  | 
  protected | 
Definition at line 24 of file class.ilPollAnswersHandler.php.
Referenced by __construct(), and getVoteURL().