ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilIIMEditorServerAdapterGUI.php
Go to the documentation of this file.
1
<?php
2
19
use
Psr\Http\Message
;
20
use
ILIAS\COPage\Editor\Server
;
21
27
class
ilIIMEditorServerAdapterGUI
28
{
29
protected
ilPageObjectGUI
$page_gui
;
30
protected \ILIAS\DI\UIServices
$ui
;
31
protected
ilCtrl
$ctrl
;
32
protected
Message\ServerRequestInterface
$request
;
33
34
public
function
__construct
(
35
ilPageObjectGUI
$page_gui,
36
ilCtrl
$ctrl,
37
\
ILIAS
\
DI
\UIServices $ui,
38
Message\
ServerRequestInterface
$request
39
) {
40
$this->request =
$request
;
41
$this->
ctrl
=
$ctrl
;
42
$this->
ui
=
$ui
;
43
$this->page_gui =
$page_gui
;
44
}
45
46
public
function
executeCommand
(): void
47
{
48
$ctrl =
$this->ctrl
;
49
$next_class = $ctrl->
getNextClass
($this);
50
$cmd = $ctrl->
getCmd
(
"invokeServer"
);
51
52
switch
($next_class) {
53
default
:
54
if
(in_array($cmd, array(
"invokeServer"
))) {
55
$this->$cmd();
56
}
57
}
58
}
59
63
protected
function
invokeServer
(): void
64
{
65
$server
=
new
Server\Server($this->page_gui, $this->
ui
, $this->request);
66
$server
->reply();
67
}
68
}
Message
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS
Interface Observer Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
ilIIMEditorServerAdapterGUI\__construct
__construct(ilPageObjectGUI $page_gui, ilCtrl $ctrl, \ILIAS\DI\UIServices $ui, Message\ServerRequestInterface $request)
Definition:
class.ilIIMEditorServerAdapterGUI.php:34
ilPageObjectGUI
Class ilPageObjectGUI.
Definition:
class.ilPageObjectGUI.php:33
ilCtrl\getCmd
getCmd(?string $fallback_command=null)
Definition:
class.ilCtrl.php:158
ilIIMEditorServerAdapterGUI\invokeServer
invokeServer()
Invoke rpc server.
Definition:
class.ilIIMEditorServerAdapterGUI.php:63
ilIIMEditorServerAdapterGUI\$ctrl
ilCtrl $ctrl
Definition:
class.ilIIMEditorServerAdapterGUI.php:31
ServerRequestInterface
ILIAS\Repository\ctrl
ctrl()
Definition:
trait.GlobalDICGUIServices.php:63
ILIAS\COPage\Editor\Server
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.Response.php:19
ilCtrl\getNextClass
getNextClass($a_gui_class=null)
Definition:
class.ilCtrl.php:188
ilIIMEditorServerAdapterGUI\executeCommand
executeCommand()
Definition:
class.ilIIMEditorServerAdapterGUI.php:46
DI
Class HTTPServicesTest.
ILIAS\Repository\ui
ui()
Definition:
trait.GlobalDICGUIServices.php:53
ilIIMEditorServerAdapterGUI
Adapter for JSON frontend.
Definition:
class.ilIIMEditorServerAdapterGUI.php:27
ilIIMEditorServerAdapterGUI\$request
Message ServerRequestInterface $request
Definition:
class.ilIIMEditorServerAdapterGUI.php:32
ilIIMEditorServerAdapterGUI\$ui
ILIAS DI UIServices $ui
Definition:
class.ilIIMEditorServerAdapterGUI.php:30
ilIIMEditorServerAdapterGUI\$page_gui
ilPageObjectGUI $page_gui
Definition:
class.ilIIMEditorServerAdapterGUI.php:29
$server
$server
Definition:
shib_login.php:24
ilCtrl
components
ILIAS
COPage
PC
InteractiveImage
class.ilIIMEditorServerAdapterGUI.php
Generated on Wed Apr 2 2025 23:02:35 for ILIAS by
1.8.13 (using
Doxyfile
)