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

Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().

50  : int
51  {
52  return $this->box_nr;
53  }
+ Here is the caller graph for this function:

◆ getGloId()

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

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

Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().

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

◆ getLastAccess()

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

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

Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().

55  : ?string
56  {
57  return $this->last_access;
58  }
+ Here is the caller graph for this function:

◆ getTermId()

ILIAS\Glossary\Flashcard\Term::getTermId ( )

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

Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().

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

◆ getUserId()

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

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

References $user_id.

Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\createEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\updateEntry().

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

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