Definition at line 26 of file class.GUIService.php.
◆ __construct()
◆ editSubObjectsGUI()
ILIAS\LearningModule\Editing\GUIService::editSubObjectsGUI |
( |
string |
$sub_type, |
|
|
\ilObjLearningModule |
$lm, |
|
|
string |
$table_title |
|
) |
| |
◆ 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.
43 return new EditingGUIRequest(
45 $this->domain->refinery(),
◆ 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(
◆ $page_layouts
array ILIAS\LearningModule\Editing\GUIService::$page_layouts |
|
protected |
The documentation for this class was generated from the following file: