ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Notes\GUIService Class Reference
+ Collaboration diagram for ILIAS\Notes\GUIService:

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
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notes\GUIService::__construct ( InternalGUIService  $internal_gui_service)

Definition at line 30 of file class.GUIService.php.

References ILIAS\Notes\GUIService\$internal_gui_service.

31  {
32  $this->internal_gui_service = $internal_gui_service;
33  }
InternalGUIService $internal_gui_service

Member Function Documentation

◆ getCommentsGUI()

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.

45  : \ilCommentGUI {
46  return $this->internal_gui_service->getCommentsGUI(
47  $rep_obj_id,
48  $obj_id,
49  $obj_type,
50  $news_id
51  );
52  }
Comment GUI.

◆ getMessagesGUI()

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.

59  : \ilMessageGUI {
60  return $this->internal_gui_service->getMessagesGUI(
61  $recipient,
62  $rep_obj_id,
63  $obj_id,
64  $obj_type
65  );
66  }
Message GUI.

◆ initJavascript()

ILIAS\Notes\GUIService::initJavascript ( string  $ajax_url = "")

Definition at line 35 of file class.GUIService.php.

35  : void
36  {
37  $this->internal_gui_service->initJavascript($ajax_url);
38  }

Field Documentation

◆ $internal_gui_service

InternalGUIService ILIAS\Notes\GUIService::$internal_gui_service
protected

Definition at line 28 of file class.GUIService.php.

Referenced by ILIAS\Notes\GUIService\__construct().


The documentation for this class was generated from the following file: