ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.Term.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Glossary\Flashcard
;
22
23
class
Term
24
{
25
public
function
__construct
(
26
protected
int
$term_id,
27
protected
int
$user_id
,
28
protected
int
$glo_id,
29
protected
int
$box_nr,
30
protected
?
string
$last_access =
null
31
) {
32
33
}
34
35
public
function
getTermId
():
int
36
{
37
return
$this->term_id;
38
}
39
40
public
function
getUserId
():
int
41
{
42
return
$this->user_id
;
43
}
44
45
public
function
getGloId
():
int
46
{
47
return
$this->glo_id;
48
}
49
50
public
function
getBoxNr
():
int
51
{
52
return
$this->box_nr;
53
}
54
55
public
function
getLastAccess
(): ?string
56
{
57
return
$this->last_access;
58
}
59
}
ILIAS\Glossary\Flashcard\Term\getGloId
getGloId()
Definition:
class.Term.php:45
ILIAS\Glossary\Flashcard\Term\getTermId
getTermId()
Definition:
class.Term.php:35
ILIAS\Glossary\Flashcard\Term\getBoxNr
getBoxNr()
Definition:
class.Term.php:50
$user_id
int $user_id
Definition:
trait.ilExAssignmentTypeGUIBase.php:38
ILIAS\Glossary\Flashcard
Definition:
class.Box.php:21
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\Glossary\Flashcard\Term\__construct
__construct(protected int $term_id, protected int $user_id, protected int $glo_id, protected int $box_nr, protected ?string $last_access=null)
Definition:
class.Term.php:25
ILIAS\Glossary\Flashcard\Term\getUserId
getUserId()
Definition:
class.Term.php:40
ILIAS\Glossary\Flashcard\Term
Definition:
class.Term.php:23
ILIAS\Glossary\Flashcard\Term\getLastAccess
getLastAccess()
Definition:
class.Term.php:55
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Glossary
Flashcard
class.Term.php
Generated on Wed Sep 3 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)