ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct (protected InternalDomainService $domain, protected InternalGUIService $gui) | |
request (?array $passed_query_params=null, ?array $passed_post_data=null) | |
editSubObjectsGUI (string $sub_type, \ilObjLearningModule $lm, string $table_title) | |
subObjectTableGUI (string $title, int $lm_id, string $type, object $parent_gui) | |
Protected Attributes | |
array | $page_layouts |
Definition at line 26 of file class.GUIService.php.
ILIAS\LearningModule\Editing\GUIService::__construct | ( | protected InternalDomainService | $domain, |
protected InternalGUIService | $gui | ||
) |
Definition at line 30 of file class.GUIService.php.
References ilPageLayout\activeLayouts(), and ilPageLayout\MODULE_LM.
ILIAS\LearningModule\Editing\GUIService::editSubObjectsGUI | ( | string | $sub_type, |
\ilObjLearningModule | $lm, | ||
string | $table_title | ||
) |
Definition at line 51 of file class.GUIService.php.
ILIAS\LearningModule\Editing\GUIService::request | ( | ?array | $passed_query_params = null , |
?array | $passed_post_data = null |
||
) |
Definition at line 39 of file class.GUIService.php.
Referenced by ILIAS\LearningModule\Editing\GUIService\subObjectTableGUI().
ILIAS\LearningModule\Editing\GUIService::subObjectTableGUI | ( | string | $title, |
int | $lm_id, | ||
string | $type, | ||
object | $parent_gui | ||
) |
Definition at line 65 of file class.GUIService.php.
References Vendor\Package\$a, $lng, and ILIAS\LearningModule\Editing\GUIService\request().
|
protected |
Definition at line 28 of file class.GUIService.php.