| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Glossary\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, protected InternalRepoService $repo_service, protected InternalDataService $data_service) | |
| log () | |
| term (\ilObjGlossary $glossary, int $user_id=0) | |
| flashcard (int $glo_ref_id=0, int $user_id=0) | |
| flashcardShuffle () | |
| metadata () | |
| presentation (\ilObjGlossary $glossary, int $user_id=0) | |
| taxonomy (\ilObjGlossary $glossary) | |
| table () | |
| glossarySettings () | |
Static Protected Attributes | |
| static array | $instance = [] | 
Definition at line 34 of file class.InternalDomainService.php.
| ILIAS\Glossary\InternalDomainService::__construct | ( | Container | $DIC, | 
| protected InternalRepoService | $repo_service, | ||
| protected InternalDataService | $data_service | ||
| ) | 
Definition at line 40 of file class.InternalDomainService.php.
References ILIAS\Repository\initDomainServices().
 Here is the call graph for this function:| ILIAS\Glossary\InternalDomainService::flashcard | ( | int | $glo_ref_id = 0,  | 
        
| int | $user_id = 0  | 
        ||
| ) | 
Definition at line 66 of file class.InternalDomainService.php.
References $user_id, and ILIAS\Repository\user().
 Here is the call graph for this function:| ILIAS\Glossary\InternalDomainService::flashcardShuffle | ( | ) | 
Definition at line 80 of file class.InternalDomainService.php.
| ILIAS\Glossary\InternalDomainService::glossarySettings | ( | ) | 
Definition at line 116 of file class.InternalDomainService.php.
| ILIAS\Glossary\InternalDomainService::log | ( | ) | 
Definition at line 48 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
 Here is the call graph for this function:| ILIAS\Glossary\InternalDomainService::metadata | ( | ) | 
Definition at line 85 of file class.InternalDomainService.php.
References ILIAS\Repository\learningObjectMetadata().
 Here is the call graph for this function:| ILIAS\Glossary\InternalDomainService::presentation | ( | \ilObjGlossary | $glossary, | 
| int | $user_id = 0  | 
        ||
| ) | 
Definition at line 90 of file class.InternalDomainService.php.
References $user_id, and ILIAS\Repository\user().
 Here is the call graph for this function:| ILIAS\Glossary\InternalDomainService::table | ( | ) | 
Definition at line 111 of file class.InternalDomainService.php.
| ILIAS\Glossary\InternalDomainService::taxonomy | ( | \ilObjGlossary | $glossary | ) | 
Definition at line 103 of file class.InternalDomainService.php.
| ILIAS\Glossary\InternalDomainService::term | ( | \ilObjGlossary | $glossary, | 
| int | $user_id = 0  | 
        ||
| ) | 
Definition at line 53 of file class.InternalDomainService.php.
References $user_id, and ILIAS\Repository\user().
Referenced by ilTermDefinitionBulkCreationGUI\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  staticprotected | 
Definition at line 38 of file class.InternalDomainService.php.