|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Collaboration diagram for ILIAS\LearningModule\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, protected InternalRepoService $repo, protected InternalDataService $data) | |
| lmTree (int $lm_id) | |
| subObjectRetrieval (int $lm_id, string $type, int $current_node, string $lang) | |
| translation (int $lm_id) | |
Static Protected Attributes | |
| static array | $instance = [] |
Definition at line 28 of file class.InternalDomainService.php.
| ILIAS\LearningModule\InternalDomainService::__construct | ( | Container | $DIC, |
| protected InternalRepoService | $repo, | ||
| protected InternalDataService | $data | ||
| ) |
Definition at line 34 of file class.InternalDomainService.php.
References ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\LearningModule\InternalDomainService::lmTree | ( | int | $lm_id | ) |
Definition at line 42 of file class.InternalDomainService.php.
| ILIAS\LearningModule\InternalDomainService::subObjectRetrieval | ( | int | $lm_id, |
| string | $type, | ||
| int | $current_node, | ||
| string | $lang | ||
| ) |
Definition at line 47 of file class.InternalDomainService.php.
| ILIAS\LearningModule\InternalDomainService::translation | ( | int | $lm_id | ) |
Definition at line 62 of file class.InternalDomainService.php.
References ILIAS\Repository\database().
Here is the call graph for this function:
|
staticprotected |
Definition at line 32 of file class.InternalDomainService.php.