|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 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().
Here is the call graph for this function:
|
protected |
Definition at line 95 of file class.ilPollCommentsHandler.php.
References $ref_id, 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 53 of file class.ilPollCommentsHandler.php.
References $ref_id, buildAjaxHashForPoll(), getListCommentsJSCallForPoll(), and lookupObjectId().
Here is the call graph for this function:
|
protected |
Definition at line 105 of file class.ilPollCommentsHandler.php.
Referenced by commentJSCall().
Here is the caller graph for this function:| ilPollCommentsHandler::getNumberOfComments | ( | int | $ref_id | ) |
Definition at line 83 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 62 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 | ( | ) |
Definition at line 45 of file class.ilPollCommentsHandler.php.
References $redraw_url.
|
protected |
Definition at line 90 of file class.ilPollCommentsHandler.php.
References $ref_id, and 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 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().