Definition at line 23 of file class.Box.php.
◆ __construct()
ILIAS\Glossary\Flashcard\Box::__construct |
( |
protected int |
$box_nr, |
|
|
protected int |
$user_id, |
|
|
protected int |
$glo_id, |
|
|
protected ?string |
$last_access = null |
|
) |
| |
◆ getBoxNr()
ILIAS\Glossary\Flashcard\Box::getBoxNr |
( |
| ) |
|
Definition at line 34 of file class.Box.php.
34 : int
35 {
36 return $this->box_nr;
37 }
◆ getGloId()
ILIAS\Glossary\Flashcard\Box::getGloId |
( |
| ) |
|
Definition at line 44 of file class.Box.php.
44 : int
45 {
46 return $this->glo_id;
47 }
◆ getLastAccess()
ILIAS\Glossary\Flashcard\Box::getLastAccess |
( |
| ) |
|
Definition at line 49 of file class.Box.php.
49 : ?string
50 {
51 return $this->last_access;
52 }
◆ getUserId()
ILIAS\Glossary\Flashcard\Box::getUserId |
( |
| ) |
|
The documentation for this class was generated from the following file: