|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\LearningModule\Editing\GUIService: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.
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.GUIService.php.