|
ILIAS
release_8 Revision v8.24
|
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 = '' |
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.
Definition at line 27 of file class.ilStudyProgrammeTypeTranslation.php.
| ilStudyProgrammeTypeTranslation::__construct | ( | int | $id | ) |
| ilStudyProgrammeTypeTranslation::getId | ( | ) |
Definition at line 40 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 60 of file class.ilStudyProgrammeTypeTranslation.php.
References $lang.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| ilStudyProgrammeTypeTranslation::getMember | ( | ) |
Definition at line 70 of file class.ilStudyProgrammeTypeTranslation.php.
References $member.
Referenced by ilStudyProgrammeTypeDBRepository\updateTypeTranslation().
Here is the caller graph for this function:| 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:| ilStudyProgrammeTypeTranslation::getValue | ( | ) |
Definition at line 80 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 45 of file class.ilStudyProgrammeTypeTranslation.php.
References $id.
| ilStudyProgrammeTypeTranslation::setLang | ( | string | $lang | ) |
Definition at line 65 of file class.ilStudyProgrammeTypeTranslation.php.
References $lang.
| ilStudyProgrammeTypeTranslation::setMember | ( | string | $member | ) |
Definition at line 75 of file class.ilStudyProgrammeTypeTranslation.php.
References $member.
| ilStudyProgrammeTypeTranslation::setPrgTypeId | ( | int | $prg_type_id | ) |
Definition at line 55 of file class.ilStudyProgrammeTypeTranslation.php.
References $prg_type_id.
| ilStudyProgrammeTypeTranslation::setValue | ( | string | $value | ) |
Definition at line 85 of file class.ilStudyProgrammeTypeTranslation.php.
References $value.
|
protected |
Definition at line 29 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 31 of file class.ilStudyProgrammeTypeTranslation.php.
|
protected |
Definition at line 32 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getMember(), and setMember().
|
protected |
Definition at line 30 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getPrgTypeId(), and setPrgTypeId().
|
protected |
Definition at line 33 of file class.ilStudyProgrammeTypeTranslation.php.
Referenced by getValue(), and setValue().