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

Public Member Functions

 __construct (protected int $term_id, protected int $user_id, protected int $glo_id, protected int $box_nr, protected ?string $last_access=null)
 
 getTermId ()
 
 getUserId ()
 
 getGloId ()
 
 getBoxNr ()
 
 getLastAccess ()
 

Detailed Description

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

Constructor & Destructor Documentation

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

Definition at line 25 of file class.Term.php.

31 {
32
33 }

Member Function Documentation

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

Definition at line 40 of file class.Term.php.

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

References $user_id.


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