ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected int $box_nr, protected int $user_id, protected int $glo_id, protected ?string $last_access=null) | |
getBoxNr () | |
getUserId () | |
getGloId () | |
getLastAccess () | |
Definition at line 23 of file class.Box.php.
ILIAS\Glossary\Flashcard\Box::__construct | ( | protected int | $box_nr, |
protected int | $user_id, | ||
protected int | $glo_id, | ||
protected ?string | $last_access = null |
||
) |
Definition at line 25 of file class.Box.php.
ILIAS\Glossary\Flashcard\Box::getBoxNr | ( | ) |
Definition at line 34 of file class.Box.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().
ILIAS\Glossary\Flashcard\Box::getGloId | ( | ) |
Definition at line 44 of file class.Box.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().
ILIAS\Glossary\Flashcard\Box::getLastAccess | ( | ) |
Definition at line 49 of file class.Box.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().
ILIAS\Glossary\Flashcard\Box::getUserId | ( | ) |
Definition at line 39 of file class.Box.php.
References $user_id.
Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().