Definition at line 23 of file class.Term.php.
◆ __construct()
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 |
|
) |
| |
◆ getBoxNr()
ILIAS\Glossary\Flashcard\Term::getBoxNr |
( |
| ) |
|
Definition at line 50 of file class.Term.php.
50 : int
51 {
52 return $this->box_nr;
53 }
◆ getGloId()
ILIAS\Glossary\Flashcard\Term::getGloId |
( |
| ) |
|
Definition at line 45 of file class.Term.php.
45 : int
46 {
47 return $this->glo_id;
48 }
◆ getLastAccess()
ILIAS\Glossary\Flashcard\Term::getLastAccess |
( |
| ) |
|
Definition at line 55 of file class.Term.php.
55 : ?string
56 {
57 return $this->last_access;
58 }
◆ getTermId()
ILIAS\Glossary\Flashcard\Term::getTermId |
( |
| ) |
|
Definition at line 35 of file class.Term.php.
35 : int
36 {
37 return $this->term_id;
38 }
◆ getUserId()
ILIAS\Glossary\Flashcard\Term::getUserId |
( |
| ) |
|
The documentation for this class was generated from the following file: