|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Glossary\Flashcard\Term: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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: