| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilStudyProgrammeTypeTranslation This class represents a translation for a given ilStudyProgrammeType object and language. More...
 Collaboration diagram for ilStudyProgrammeTypeTranslation:Public Member Functions | |
| __construct (protected 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 | $prg_type_id = 0 | 
| string | $lang = '' | 
| string | $member = '' | 
| string | $value = '' | 
Class ilStudyProgrammeTypeTranslation This class represents a translation for a given ilStudyProgrammeType object and language.
Definition at line 27 of file class.ilStudyProgrammeTypeTranslation.php.
| ilStudyProgrammeTypeTranslation::__construct | ( | protected int | $id | ) | 
Definition at line 34 of file class.ilStudyProgrammeTypeTranslation.php.
| ilStudyProgrammeTypeTranslation::getId | ( | ) | 
Definition at line 39 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 59 of file class.ilStudyProgrammeTypeTranslation.php.
References $lang.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
 Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getMember | ( | ) | 
Definition at line 69 of file class.ilStudyProgrammeTypeTranslation.php.
References $member.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
 Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getPrgTypeId | ( | ) | 
Definition at line 49 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 79 of file class.ilStudyProgrammeTypeTranslation.php.
References $value.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
 Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::setId | ( | int | $id | ) | 
Definition at line 44 of file class.ilStudyProgrammeTypeTranslation.php.
References $id.
| ilStudyProgrammeTypeTranslation::setLang | ( | string | $lang | ) | 
Definition at line 64 of file class.ilStudyProgrammeTypeTranslation.php.
References $lang.
| ilStudyProgrammeTypeTranslation::setMember | ( | string | $member | ) | 
Definition at line 74 of file class.ilStudyProgrammeTypeTranslation.php.
References $member.
| ilStudyProgrammeTypeTranslation::setPrgTypeId | ( | int | $prg_type_id | ) | 
Definition at line 54 of file class.ilStudyProgrammeTypeTranslation.php.
References $prg_type_id.
| ilStudyProgrammeTypeTranslation::setValue | ( | string | $value | ) | 
Definition at line 84 of file class.ilStudyProgrammeTypeTranslation.php.
References $value.
      
  | 
  protected | 
Definition at line 30 of file class.ilStudyProgrammeTypeTranslation.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getMember(), and setMember().
      
  | 
  protected | 
Definition at line 29 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getPrgTypeId(), and setPrgTypeId().
      
  | 
  protected | 
Definition at line 32 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getValue(), and setValue().