| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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) | |
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.
Referenced by ILIAS\LearningModule\InternalDomainService\subObjectRetrieval().
 Here is the caller graph for this function:| ILIAS\LearningModule\InternalDomainService::subObjectRetrieval | ( | int | $lm_id, | 
| string | $type, | ||
| int | $current_node, | ||
| string | $lang | ||
| ) | 
Definition at line 47 of file class.InternalDomainService.php.
References ILIAS\LearningModule\InternalDomainService\lmTree().
 Here is the call graph for this function:
      
  | 
  staticprotected | 
Definition at line 32 of file class.InternalDomainService.php.