ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeTypeTranslation Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilStudyProgrammeTypeTranslation:

Public Member Functions

 __construct (int $id)
 
 getId ()
 
 setId (int $id)
 
 getPrgTypeId ()
 
 setPrgTypeId (int $prg_type_id)
 
 getLang ()
 
 setLang (string $lang)
 
 getMember ()
 
 setMember (string $member)
 
 getValue ()
 
 setValue (string $value)
 

Protected Attributes

int $id
 
int $prg_type_id = 0
 
string $lang = ''
 
string $member = ''
 
string $value = ''
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilStudyProgrammeTypeTranslation This class represents a translation for a given ilStudyProgrammeType object and language.

Author
: Michael Herren mh@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 27 of file class.ilStudyProgrammeTypeTranslation.php.

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeTypeTranslation::__construct ( int  $id)

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

References $id.

Member Function Documentation

◆ getId()

ilStudyProgrammeTypeTranslation::getId ( )

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

References $id.

Referenced by ilStudyProgrammeTypeDBRepository\deleteTypeTranslation(), and ilStudyProgrammeTypeDBRepository\updateTypeTranslation().

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

◆ getLang()

ilStudyProgrammeTypeTranslation::getLang ( )

Definition at line 60 of file class.ilStudyProgrammeTypeTranslation.php.

References $lang.

Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().

60  : string
61  {
62  return $this->lang;
63  }
+ Here is the caller graph for this function:

◆ getMember()

ilStudyProgrammeTypeTranslation::getMember ( )

Definition at line 70 of file class.ilStudyProgrammeTypeTranslation.php.

References $member.

Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().

70  : string
71  {
72  return $this->member;
73  }
+ Here is the caller graph for this function:

◆ getPrgTypeId()

ilStudyProgrammeTypeTranslation::getPrgTypeId ( )

Definition at line 50 of file class.ilStudyProgrammeTypeTranslation.php.

References $prg_type_id.

Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().

+ Here is the caller graph for this function:

◆ getValue()

ilStudyProgrammeTypeTranslation::getValue ( )

Definition at line 80 of file class.ilStudyProgrammeTypeTranslation.php.

References $value.

Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().

80  : string
81  {
82  return $this->value;
83  }
+ Here is the caller graph for this function:

◆ setId()

ilStudyProgrammeTypeTranslation::setId ( int  $id)

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

References $id.

45  : void
46  {
47  $this->id = $id;
48  }

◆ setLang()

ilStudyProgrammeTypeTranslation::setLang ( string  $lang)

Definition at line 65 of file class.ilStudyProgrammeTypeTranslation.php.

References $lang.

65  : void
66  {
67  $this->lang = $lang;
68  }

◆ setMember()

ilStudyProgrammeTypeTranslation::setMember ( string  $member)

Definition at line 75 of file class.ilStudyProgrammeTypeTranslation.php.

References $member.

75  : void
76  {
77  $this->member = $member;
78  }

◆ setPrgTypeId()

ilStudyProgrammeTypeTranslation::setPrgTypeId ( int  $prg_type_id)

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

References $prg_type_id.

55  : void
56  {
57  $this->prg_type_id = $prg_type_id;
58  }

◆ setValue()

ilStudyProgrammeTypeTranslation::setValue ( string  $value)

Definition at line 85 of file class.ilStudyProgrammeTypeTranslation.php.

References $value.

85  : void
86  {
87  $this->value = $value;
88  }

Field Documentation

◆ $id

int ilStudyProgrammeTypeTranslation::$id
protected

Definition at line 29 of file class.ilStudyProgrammeTypeTranslation.php.

Referenced by __construct(), getId(), and setId().

◆ $lang

string ilStudyProgrammeTypeTranslation::$lang = ''
protected

Definition at line 31 of file class.ilStudyProgrammeTypeTranslation.php.

Referenced by getLang(), and setLang().

◆ $member

string ilStudyProgrammeTypeTranslation::$member = ''
protected

Definition at line 32 of file class.ilStudyProgrammeTypeTranslation.php.

Referenced by getMember(), and setMember().

◆ $prg_type_id

int ilStudyProgrammeTypeTranslation::$prg_type_id = 0
protected

Definition at line 30 of file class.ilStudyProgrammeTypeTranslation.php.

Referenced by getPrgTypeId(), and setPrgTypeId().

◆ $value

string ilStudyProgrammeTypeTranslation::$value = ''
protected

Definition at line 33 of file class.ilStudyProgrammeTypeTranslation.php.

Referenced by getValue(), and setValue().


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