ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Glossary\Flashcard\Box Class Reference
+ Collaboration diagram for ILIAS\Glossary\Flashcard\Box:

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 ()
 

Detailed Description

Definition at line 23 of file class.Box.php.

Constructor & Destructor Documentation

◆ __construct()

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.

30 {
31
32 }

Member Function Documentation

◆ 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 ( )

Definition at line 39 of file class.Box.php.

39 : int
40 {
41 return $this->user_id;
42 }

References $user_id.


The documentation for this class was generated from the following file: