ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Notes\GUIService Class Reference
+ Collaboration diagram for ILIAS\Notes\GUIService:

Public Member Functions

 __construct (InternalGUIService $internal_gui_service)
 
 initJavascript (string $ajax_url="")
 

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

◆ 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: