ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.Box.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
Box
24
{
25
public
function
__construct
(
26
protected
int
$box_nr,
27
protected
int
$user_id
,
28
protected
int
$glo_id,
29
protected
?
string
$last_access =
null
30
) {
31
32
}
33
34
public
function
getBoxNr
():
int
35
{
36
return
$this->box_nr;
37
}
38
39
public
function
getUserId
():
int
40
{
41
return
$this->user_id
;
42
}
43
44
public
function
getGloId
():
int
45
{
46
return
$this->glo_id;
47
}
48
49
public
function
getLastAccess
(): ?string
50
{
51
return
$this->last_access;
52
}
53
}
$user_id
int $user_id
Definition:
trait.ilExAssignmentTypeGUIBase.php:38
ILIAS\Glossary\Flashcard\Box\getGloId
getGloId()
Definition:
class.Box.php:44
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\Box\getBoxNr
getBoxNr()
Definition:
class.Box.php:34
ILIAS\Glossary\Flashcard\Box
Definition:
class.Box.php:23
ILIAS\Glossary\Flashcard\Box\__construct
__construct(protected int $box_nr, protected int $user_id, protected int $glo_id, protected ?string $last_access=null)
Definition:
class.Box.php:25
ILIAS\Glossary\Flashcard\Box\getUserId
getUserId()
Definition:
class.Box.php:39
ILIAS\Glossary\Flashcard\Box\getLastAccess
getLastAccess()
Definition:
class.Box.php:49
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Glossary
Flashcard
class.Box.php
Generated on Sun Aug 31 2025 23:03:05 for ILIAS by
1.8.13 (using
Doxyfile
)