ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (InternalGUIService $internal_gui_service) | |
initJavascript (string $ajax_url="") | |
getCommentsGUI (int $rep_obj_id, int $obj_id, string $obj_type, int $news_id=0) | |
getMessagesGUI (int $recipient, int $rep_obj_id, int $obj_id, string $obj_type) | |
Protected Attributes | |
InternalGUIService | $internal_gui_service |
Definition at line 26 of file class.GUIService.php.
ILIAS\Notes\GUIService::__construct | ( | InternalGUIService | $internal_gui_service | ) |
Definition at line 30 of file class.GUIService.php.
References ILIAS\Notes\GUIService\$internal_gui_service.
ILIAS\Notes\GUIService::getCommentsGUI | ( | int | $rep_obj_id, |
int | $obj_id, | ||
string | $obj_type, | ||
int | $news_id = 0 |
||
) |
Definition at line 40 of file class.GUIService.php.
ILIAS\Notes\GUIService::getMessagesGUI | ( | int | $recipient, |
int | $rep_obj_id, | ||
int | $obj_id, | ||
string | $obj_type | ||
) |
Definition at line 54 of file class.GUIService.php.
ILIAS\Notes\GUIService::initJavascript | ( | string | $ajax_url = "" | ) |
Definition at line 35 of file class.GUIService.php.
|
protected |
Definition at line 28 of file class.GUIService.php.
Referenced by ILIAS\Notes\GUIService\__construct().