19 declare(strict_types=1);
51 $this->
lng = $DIC->language();
52 $this->
ctrl = $DIC->ctrl();
53 $this->
user = $DIC->user();
54 $this->
access = $DIC->access();
55 $this->ui_factory = $DIC->ui()->factory();
56 $this->ui_renderer = $DIC->ui()->renderer();
62 $this->
lng->loadLanguageModule(
"poll");
64 $this->poll_image_factory =
new ilPollImageFactory();
76 return self::$block_type;
86 return "ilobjpollgui";
92 $this->poll_block = $a_block;
97 $next_class = $this->
ctrl->getNextClass();
98 $cmd = $this->
ctrl->getCmd(
"getHTML");
100 switch ($next_class) {
109 if ($this->poll_block->getPoll()->getShowComments()) {
116 $this->
user->getId(),
117 $this->poll_block->getPoll(),
124 $this->poll_block->setRefId($this->
getRefId());
125 $may_write = $this->
access->checkAccess(
"write",
"", $this->
getRefId());
127 $poll_obj = $this->poll_block->getPoll();
128 $this->
setTitle($poll_obj->getTitle());
131 $this->
ctrl->setParameterByClass(
138 !$this->state->isOfflineOrUnavailable($this->poll_block->getPoll()) &&
139 !$this->
user->isAnonymous()
144 $this->
ctrl->getLinkTargetByClass(
148 $this->
lng->txt(
"poll_notification_unsubscribe")
152 $this->
ctrl->getLinkTargetByClass(
156 $this->
lng->txt(
"poll_notification_subscribe")
164 $this->
ctrl->getLinkTargetByClass(
168 $this->
lng->txt(
"poll_edit_question")
171 $this->
ctrl->getLinkTargetByClass(
175 $this->
lng->txt(
"settings")
178 $this->
ctrl->getLinkTargetByClass(
182 $this->
lng->txt(
"poll_result")
188 return parent::getHTML();
194 $this->poll_block->getPoll(),
199 $this->poll_block->getPoll(),
223 $this->poll_image_factory
229 if (!self::$js_init) {
230 $this->main_tpl->addJavaScript(
"assets/js/ilPoll.js");
231 self::$js_init =
true;
237 return $this->
ctrl->getLinkTarget(
239 "getNumberOfCommentsForRedraw",
247 $this->
ctrl->setParameterByClass(
252 $url = $this->
ctrl->getLinkTargetByClass(
258 return $url .=
"#poll" . $this->poll_block->getPoll()->getID();
263 $this->comments->getNumberOfCommentsForRedraw();
275 return $this->tpl->get();
setBlock(ilPollBlock $a_block)
static string $block_type
setBlockId(string $a_block_id="0")
getRepositoryObjectGUIName()
ilPollImageFactoryInterface $poll_image_factory
setRowTemplate(string $a_rowtemplatename, string $a_rowtemplatedir="")
Set Row Template Name.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
DataFactory $data_factory
ilPollCommentsHandler $comments
BlockGUI class for polls.
__construct(Container $dic, ilPlugin $plugin)
setTitle(string $a_title)
static hasNotification(int $type, int $user_id, int $id)
Check notification status for object and user.
getNumberOfCommentsForRedraw()
This class represents a block method of a block.
addBlockCommand(string $a_href, string $a_text, string $a_onclick="", ?RoundTrip $modal=null)