ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected int $term_id, protected int $user_id, protected int $glo_id, protected int $box_nr, protected ?string $last_access=null) | |
getTermId () | |
getUserId () | |
getGloId () | |
getBoxNr () | |
getLastAccess () | |
Definition at line 23 of file class.Term.php.
ILIAS\Glossary\Flashcard\Term::__construct | ( | protected int | $term_id, |
protected int | $user_id, | ||
protected int | $glo_id, | ||
protected int | $box_nr, | ||
protected ?string | $last_access = null |
||
) |
Definition at line 25 of file class.Term.php.
ILIAS\Glossary\Flashcard\Term::getBoxNr | ( | ) |
Definition at line 50 of file class.Term.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().
ILIAS\Glossary\Flashcard\Term::getGloId | ( | ) |
Definition at line 45 of file class.Term.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().
ILIAS\Glossary\Flashcard\Term::getLastAccess | ( | ) |
Definition at line 55 of file class.Term.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().
ILIAS\Glossary\Flashcard\Term::getTermId | ( | ) |
Definition at line 35 of file class.Term.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().
ILIAS\Glossary\Flashcard\Term::getUserId | ( | ) |
Definition at line 40 of file class.Term.php.
References $user_id.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().