Skip to content

Commit

Permalink
Restore accidentally deleted code
Browse files Browse the repository at this point in the history
  • Loading branch information
tfamula committed Jul 11, 2024
1 parent 8a55155 commit 281a368
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ public function getAllUserTerms(): array
}

/**
* Filter out the terms, for which already exist entries, but are not part of the glossary currently/anymore.
* Only relevant for virtual glossaries.
*
* @param Term[] $terms
* @return Term[]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@

declare(strict_types=1);

/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
*
* ILIAS is licensed with the GPL-3.0,
* see https://www.gnu.org/licenses/gpl-3.0.en.html
* You should have received a copy of said license along with the
* source code, too.
*
* If this is not the case or you just want to try ILIAS, you'll find
* us at:
* https://www.ilias.de
* https://github.com/ILIAS-eLearning
*
*********************************************************************/

namespace ILIAS\Glossary\Flashcard;

use ILIAS\Glossary\InternalDataService;

/**
* @author Thomas Famula <[email protected]>
*/
class FlashcardTermDBRepository
{
public function __construct(
Expand Down

0 comments on commit 281a368

Please sign in to comment.