Definition at line 26 of file class.GUIService.php.
◆ __construct()
◆ editSubObjectsGUI()
ILIAS\LearningModule\Editing\GUIService::editSubObjectsGUI |
( |
string |
$sub_type, |
|
|
\ilObjLearningModule |
$lm, |
|
|
string |
$table_title |
|
) |
| |
Definition at line 51 of file class.GUIService.php.
55 : EditSubObjectsGUI {
56 return new EditSubObjectsGUI(
57 $this->domain,
58 $this->gui,
59 $sub_type,
60 $lm,
61 $table_title
62 );
63 }
◆ request()
ILIAS\LearningModule\Editing\GUIService::request |
( |
?array |
$passed_query_params = null , |
|
|
?array |
$passed_post_data = null |
|
) |
| |
Definition at line 39 of file class.GUIService.php.
42 : EditingGUIRequest {
43 return new EditingGUIRequest(
44 $this->gui->http(),
45 $this->domain->refinery(),
46 $passed_query_params,
47 $passed_post_data
48 );
49 }
◆ subObjectTableBuilder()
ILIAS\LearningModule\Editing\GUIService::subObjectTableBuilder |
( |
string |
$title, |
|
|
int |
$lm_id, |
|
|
string |
$type, |
|
|
object |
$parent_gui, |
|
|
string |
$parent_cmd |
|
) |
| |
Definition at line 65 of file class.GUIService.php.
71 : SubObjectTableBuilder {
72 return new SubObjectTableBuilder(
73 $this->domain,
74 $this->gui,
75 $title,
76 $lm_id,
77 $type,
78 $parent_gui,
79 $parent_cmd
80 );
81 }
◆ $page_layouts
array ILIAS\LearningModule\Editing\GUIService::$page_layouts |
|
protected |
The documentation for this class was generated from the following file: