ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
interface.InternalRepoServiceInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
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
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 Mon Sep 1 2025 23:03:14 for ILIAS by
1.8.13 (using
Doxyfile
)