|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilPollCommentsHandler: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 26 of file class.ilPollCommentsHandler.php.
| ilPollCommentsHandler::__construct | ( | NotesService | $notes, |
| GlobalHttpState | $http, | ||
| Refinery | $refinery, | ||
| string | $redraw_url | ||
| ) |
Definition at line 34 of file class.ilPollCommentsHandler.php.
References $http, $notes, $redraw_url, $refinery, ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 96 of file class.ilPollCommentsHandler.php.
References ilCommonActionDispatcherGUI\buildAjaxHash(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Referenced by commentJSCall().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPollCommentsHandler::commentJSCall | ( | int | $ref_id | ) |
Builds JavaScript Call to open CommentLayer via html link.
Definition at line 54 of file class.ilPollCommentsHandler.php.
References buildAjaxHashForPoll(), getListCommentsJSCallForPoll(), and lookupObjectId().
Here is the call graph for this function:
|
protected |
Definition at line 106 of file class.ilPollCommentsHandler.php.
References ilNoteGUI\getListCommentsJSCall().
Referenced by commentJSCall().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPollCommentsHandler::getNumberOfComments | ( | int | $ref_id | ) |
Definition at line 84 of file class.ilPollCommentsHandler.php.
References $context, and lookupObjectId().
Referenced by getNumberOfCommentsForRedraw().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPollCommentsHandler::getNumberOfCommentsForRedraw | ( | ) |
Definition at line 63 of file class.ilPollCommentsHandler.php.
References exit, getNumberOfComments(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilPollCommentsHandler::getRedrawURL | ( | ) |
|
protected |
Definition at line 91 of file class.ilPollCommentsHandler.php.
References ilObject\_lookupObjectId().
Referenced by commentJSCall(), and getNumberOfComments().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file class.ilPollCommentsHandler.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilPollCommentsHandler.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilPollCommentsHandler.php.
Referenced by __construct(), and getRedrawURL().
|
protected |
Definition at line 30 of file class.ilPollCommentsHandler.php.
Referenced by __construct().