ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
interface.InternalRepoServiceInterface.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Glossary
;
22
26
interface
InternalRepoServiceInterface
27
{
28
public
function
termSession
(): Term\TermSessionRepository;
29
30
public
function
flashcardTerm
(): Flashcard\FlashcardTermDBRepository;
31
32
public
function
flashcardBox
(): Flashcard\FlashcardBoxDBRepository;
33
34
public
function
flashcardSession
(): Flashcard\FlashcardSessionRepositoryInterface;
35
}
ILIAS\Glossary\InternalRepoServiceInterface\flashcardBox
flashcardBox()
ILIAS\Glossary\InternalRepoServiceInterface\flashcardTerm
flashcardTerm()
ILIAS\Glossary
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\Glossary\InternalRepoServiceInterface\termSession
termSession()
ILIAS\Glossary\InternalRepoServiceInterface
Definition:
interface.InternalRepoServiceInterface.php:26
ILIAS\Glossary\InternalRepoServiceInterface\flashcardSession
flashcardSession()
components
ILIAS
Glossary
Service
interfaces
interface.InternalRepoServiceInterface.php
Generated on Wed Sep 10 2025 15:15:43 for ILIAS by
1.8.13 (using
Doxyfile
)