ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (NotesService $notes, GlobalHttpState $http, Refinery $refinery, string $redraw_url) | |
getRedrawURL () | |
commentJSCall (int $ref_id) | |
Builds JavaScript Call to open CommentLayer via html link. More... | |
getNumberOfCommentsForRedraw () | |
getNumberOfComments (int $ref_id) | |
Protected Member Functions | |
lookupObjectId (int $ref_id) | |
buildAjaxHashForPoll (int $ref_id, int $obj_id) | |
getListCommentsJSCallForPoll (string $ajax_hash, int $ref_id) | |
Protected Attributes | |
NotesService | $notes |
GlobalHttpState | $http |
Refinery | $refinery |
string | $redraw_url |
Definition at line 25 of file class.ilPollCommentsHandler.php.
ilPollCommentsHandler::__construct | ( | NotesService | $notes, |
GlobalHttpState | $http, | ||
Refinery | $refinery, | ||
string | $redraw_url | ||
) |
Definition at line 33 of file class.ilPollCommentsHandler.php.
References $http, $notes, $redraw_url, $refinery, ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
|
protected |
Definition at line 95 of file class.ilPollCommentsHandler.php.
References ilCommonActionDispatcherGUI\buildAjaxHash(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Referenced by commentJSCall().
ilPollCommentsHandler::commentJSCall | ( | int | $ref_id | ) |
Builds JavaScript Call to open CommentLayer via html link.
Definition at line 53 of file class.ilPollCommentsHandler.php.
References buildAjaxHashForPoll(), getListCommentsJSCallForPoll(), and lookupObjectId().
|
protected |
Definition at line 105 of file class.ilPollCommentsHandler.php.
References ilNoteGUI\getListCommentsJSCall().
Referenced by commentJSCall().
ilPollCommentsHandler::getNumberOfComments | ( | int | $ref_id | ) |
Definition at line 83 of file class.ilPollCommentsHandler.php.
References $context, and lookupObjectId().
Referenced by getNumberOfCommentsForRedraw().
ilPollCommentsHandler::getNumberOfCommentsForRedraw | ( | ) |
Definition at line 62 of file class.ilPollCommentsHandler.php.
References exit, getNumberOfComments(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
ilPollCommentsHandler::getRedrawURL | ( | ) |
|
protected |
Definition at line 90 of file class.ilPollCommentsHandler.php.
References ilObject\_lookupObjectId().
Referenced by commentJSCall(), and getNumberOfComments().
|
protected |
Definition at line 28 of file class.ilPollCommentsHandler.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilPollCommentsHandler.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilPollCommentsHandler.php.
Referenced by __construct(), and getRedrawURL().
|
protected |
Definition at line 29 of file class.ilPollCommentsHandler.php.
Referenced by __construct().