ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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.

Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().

34  : int
35  {
36  return $this->box_nr;
37  }
+ Here is the caller graph for this function:

◆ getGloId()

ILIAS\Glossary\Flashcard\Box::getGloId ( )

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

Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().

44  : int
45  {
46  return $this->glo_id;
47  }
+ Here is the caller graph for this function:

◆ getLastAccess()

ILIAS\Glossary\Flashcard\Box::getLastAccess ( )

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

Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().

49  : ?string
50  {
51  return $this->last_access;
52  }
+ Here is the caller graph for this function:

◆ getUserId()

ILIAS\Glossary\Flashcard\Box::getUserId ( )

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

References $user_id.

Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\createOrUpdateEntry().

39  : int
40  {
41  return $this->user_id;
42  }
+ Here is the caller graph for this function:

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