|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilStudyProgrammeTypeTranslation This class represents a translation for a given ilStudyProgrammeType object and language. 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 | |
| $id | |
| $prg_type_id = 0 | |
| $lang = '' | |
| $member = '' | |
| $value = '' | |
Class ilStudyProgrammeTypeTranslation This class represents a translation for a given ilStudyProgrammeType object and language.
Definition at line 8 of file class.ilStudyProgrammeTypeTranslation.php.
| ilStudyProgrammeTypeTranslation::__construct | ( | int | $id | ) |
| ilStudyProgrammeTypeTranslation::getId | ( | ) |
Definition at line 48 of file class.ilStudyProgrammeTypeTranslation.php.
References $id.
Referenced by ilStudyProgrammeTypeDBRepository\deleteTypeTranslation(), and ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getLang | ( | ) |
Definition at line 84 of file class.ilStudyProgrammeTypeTranslation.php.
References $lang.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getMember | ( | ) |
Definition at line 102 of file class.ilStudyProgrammeTypeTranslation.php.
References $member.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getPrgTypeId | ( | ) |
Definition at line 66 of file class.ilStudyProgrammeTypeTranslation.php.
References $prg_type_id.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getValue | ( | ) |
Definition at line 120 of file class.ilStudyProgrammeTypeTranslation.php.
References $value.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::setId | ( | int | $id | ) |
| int | $id |
Definition at line 57 of file class.ilStudyProgrammeTypeTranslation.php.
References $id.
| ilStudyProgrammeTypeTranslation::setLang | ( | string | $lang | ) |
| string | $lang |
Definition at line 93 of file class.ilStudyProgrammeTypeTranslation.php.
References $lang.
| ilStudyProgrammeTypeTranslation::setMember | ( | string | $member | ) |
| string | $member |
Definition at line 111 of file class.ilStudyProgrammeTypeTranslation.php.
References $member.
| ilStudyProgrammeTypeTranslation::setPrgTypeId | ( | int | $prg_type_id | ) |
| int | $prg_type_id |
Definition at line 75 of file class.ilStudyProgrammeTypeTranslation.php.
References $prg_type_id.
| ilStudyProgrammeTypeTranslation::setValue | ( | string | $value | ) |
| string | $value |
Definition at line 128 of file class.ilStudyProgrammeTypeTranslation.php.
References $value.
|
protected |
Definition at line 14 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 26 of file class.ilStudyProgrammeTypeTranslation.php.
|
protected |
Definition at line 32 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getMember(), and setMember().
|
protected |
Definition at line 20 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getPrgTypeId(), and setPrgTypeId().
|
protected |
Definition at line 38 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getValue(), and setValue().