ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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().
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().
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().
ILIAS\Glossary\InternalDomainService::metadata | ( | ) |
Definition at line 85 of file class.InternalDomainService.php.
References ILIAS\Repository\learningObjectMetadata().
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().
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().
|
staticprotected |
Definition at line 38 of file class.InternalDomainService.php.